PrintDocument for WinForms
FindCol メソッド (TableColCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableColCollection クラス : FindCol メソッド
The 0-based index of the column in the containing table.
Returns the TableCol with the specified index (the TableVector.Ordinal of the column), or null if that TableCol object has not been initialized.
シンタックス
'宣言
 
Public Function FindCol( _
   ByVal index As System.Integer _
) As TableCol
'使用法
 
Dim instance As TableColCollection
Dim index As System.Integer
Dim value As TableCol
 
value = instance.FindCol(index)
public TableCol FindCol( 
   System.int index
)

パラメータ

index
The 0-based index of the column in the containing table.

戻り値の型

The TableCol object or null.
解説
Physically, columns in a RenderTable are created when they are accessed using the indexer property on the RenderTable.Cols collection. This method may be used to test whether a physical TableCol object exists for a particular column index.
参照

TableColCollection クラス
TableColCollection メンバ