'宣言 Public ReadOnly Default Property Item( _ ByVal columnIndex As System.Integer _ ) As TableColumn
public TableColumn this[ System.int columnIndex ]; {get;}
パラメータ
- columnIndex
- 列インデックスを表す整数値。
'宣言 Public ReadOnly Default Property Item( _ ByVal columnIndex As System.Integer _ ) As TableColumn
public TableColumn this[ System.int columnIndex ]; {get;}