'宣言 Public ReadOnly Default Property Item( _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer _ ) As TableCell
public TableCell this[ System.int rowIndex, System.int columnIndex ]; {get;}
パラメータ
- rowIndex
- columnIndex
Background and foreground cells can be obtained with the Cells property.
'宣言 Public ReadOnly Default Property Item( _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer _ ) As TableCell
public TableCell this[ System.int rowIndex, System.int columnIndex ]; {get;}