PrintDocument for WinForms
Ordinal プロパティ (TableVector)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVector クラス : Ordinal プロパティ
Gets the 0-based index of the current vector in the containing RenderTable (i.e. the row index for rows, the column index for columns).
シンタックス
'宣言
 
Public ReadOnly Property Ordinal As System.Integer
'使用法
 
Dim instance As TableVector
Dim value As System.Integer
 
value = instance.Ordinal
public System.int Ordinal {get;}
解説
In C1PrintDocument tables, elements (cells, rows and columns) are physically created only if they contain data, or if their style differs from default. Hence the physical position of a TableVector object (i.e. a row or a column) in the containing TableVectorCollection (accessible via the vector's TableVector.Owner property) is not the same as the logical index of that row or column in the table. The Ordinal property allows to retrieve that logical position.
参照

TableVector クラス
TableVector メンバ