Aspose::Cells::Cells::GetCell method

Cells::GetCell method

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

Deprecated

Use Cells.CheckCell(int row, int column) instead.

Cell Aspose::Cells::Cells::GetCell(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.

Remarks

NOTE: This member is now obsolete. Instead, please use CheckCell(int row, int column) method. This method will be removed 12 months later since February 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also