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 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
]; {get;}
パラメータ
- index
- The column index in the containing table.
プロパティ値
The
TableCol at the specified index in the table.