ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / GetCell Method
Index of the row.
Index of the column.

In This Topic
    GetCell Method
    In This Topic
    Gets the cell corresponding to specified row and a column indexes.
    Syntax
    'Declaration
     
    
    Public 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
    See Also