Aspose::Cells::Cells::CheckCell method

Cells::CheckCell method

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

Cell Aspose::Cells::Cells::CheckCell(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tRow index
columnint32_tColumn index

ReturnValue

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

See Also