C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / RowNumber Property

In This Topic
RowNumber Property
In This Topic
Gets the current row or group instance number (see remarks).
Syntax
'Declaration
 
Public ReadOnly Property RowNumber As Integer
 
Remarks
This property should only be used while the document containing the current data binding is generating. It then returns the number of the current data row.

When the document containing the current data binding is not generating, or if processing of the object on which the current data binding is defined has not started yet, this property returns 0.

When end of data has been reached during document generation, this property returnst the last row number.

See Also