IMinute.GetRowsCount Method

Returns the count of rows in the minute.
Function GetRowsCount() As Integer
This language is not supported or no code example is available.
int GetRowsCount()
This language is not supported or no code example is available.

Return Value

int

The rows count.

Remarks
 

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.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition