'Declaration
Public Overloads ReadOnly Property Item( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As DataGridCell
public DataGridCell Item( int rowIndex, int columnIndex ) {get;}
Parameters
- rowIndex
- columnIndex
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As DataGridCell
public DataGridCell Item( int rowIndex, int columnIndex ) {get;}