'Declaration
Public ReadOnly Default Property Item( _ ByVal columnIndex As System.Integer, _ ByVal rowIndex As System.Integer _ ) As NTableCell
'Usage
Dim instance As NTableShape Dim columnIndex As System.Integer Dim rowIndex As System.Integer Dim value As NTableCell value = instance.Item(columnIndex, rowIndex)
public NTableCell this[ System.int columnIndex, System.int rowIndex ]; {get;}
Parameters
- columnIndex
- rowIndex