PrintDocument for WinForms
Item プロパティ (TableColCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableColCollection クラス : Item プロパティ
The column index in the containing table.
Gets the TableCol object corresponding to the column at the specified index in the containing RenderTable. Note that a TableCol will be created if it has not been initialized for that column index yet. Use TableColCollection.FindCol to get a column without creating it.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As TableCol
'使用法
 
Dim instance As TableColCollection
Dim index As System.Integer
Dim value As TableCol
 
value = instance.Item(index)
public TableCol this[ 
   System.int index
]; {get;}

パラメータ

index
The column index in the containing table.

プロパティ値

The TableCol at the specified index in the table.
参照

TableColCollection クラス
TableColCollection メンバ