[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.C1DataBinding.RowNumber

RowNumber Property

RowNumber

Gets the current row or group instance number (see remarks).

Declaration
public int RowNumber { get; }
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.