'Declaration
Public Overloads Property Item( _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer _ ) As System.Object
'Usage
Dim instance As NDataSeriesGrid Dim rowIndex As System.Integer Dim columnIndex As System.Integer Dim value As System.Object instance.Item(rowIndex, columnIndex) = value value = instance.Item(rowIndex, columnIndex)
public System.object Item( System.int rowIndex, System.int columnIndex ) {get; set;}
Parameters
- rowIndex
- columnIndex