IMinute.GetRowsCount Method
The result counts all resolved rows. This means the real minutes rows, i.e. those with a valid LineNumber from 1 to 9999 and also the rows with the sub-articles in referenced sets from DB of estimate. Such sub-articles have LineNumber set to 100000. The count doesn't include the task totals row with LineNumber set to 0.
Due to the processing mentioned above, this method may be quite slow. So you should avoid it when possible, especially in loops. For example, you can call GetFieldsValues with -1 as the first row, or DeleteRow with row count set to 10000.
Available since QDV 7.13.0001.