GridCells.CheckCell
GridCells.CheckCell method
Gets the GridCell element or null at the specified cell row index and column index.
public GridCell CheckCell(int row, int column)
| Parameter | Type | Description | 
|---|---|---|
| row | Int32 | Row index | 
| column | Int32 | Column index | 
Return Value
Return GridCell 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