Cells.CheckCell

Cells.CheckCell method

Gets the Cell element or null at the specified cell row index and column index.

public Cell CheckCell(int row, int column)
ParameterTypeDescription
rowInt32Row index
columnInt32Column index

Return Value

Return Cell object if a Cell object exists. Return null if the cell does not exist.

See Also