ComponentOne DataGrid for WPF and Silverlight
GetCell Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : GetCell Method
Index of the row.
Index of the column.
Gets the cell corresponding to specified row and a column indexes.
Syntax
'Declaration
 
Public Function GetCell( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As DataGridCell
public DataGridCell GetCell( 
   System.int rowIndex,
   System.int columnIndex
)

Parameters

rowIndex
Index of the row.
columnIndex
Index of the column.

Return Value

The cell in the specified row and column indexes
See Also

Reference

C1DataGrid Class
C1DataGrid Members