'DeclarationPublic Function GetCell( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As DataGridCell
public DataGridCell GetCell( int rowIndex, int columnIndex )
Parameters
- rowIndex
 - Index of the row.
 - columnIndex
 - Index of the column.
 
Return Value
The cell in the specified row and column indexes