GridCells.GetCell
GridCells.GetCell method
Gets the GridCell
element or null at the specified cell row index and column index.
public GridCell GetCell(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index |
column | Int32 | Column index |
Return Value
Return Cell object if a Cell object exists. Return null if the cell does not exist.
See Also
- class GridCell
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop