PrintDocument for WinForms
RowNumber プロパティ (C1DataBinding)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > C1DataBinding クラス : RowNumber プロパティ
Gets the current row or group instance number (see remarks).
シンタックス
'宣言
 
Public ReadOnly Property RowNumber As System.Integer
'使用法
 
Dim instance As C1DataBinding
Dim value As System.Integer
 
value = instance.RowNumber
public System.int RowNumber {get;}
解説
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.

参照

C1DataBinding クラス
C1DataBinding メンバ