Aspose::Cells::Row::GetCellOrNull method

Row::GetCellOrNull method

Gets the cell or null in the specific index.

Cell Aspose::Cells::Row::GetCellOrNull(int32_t column)
ParameterTypeDescription
columnint32_tThe column index

ReturnValue

Returns the cell object if the cell exists. Or returns null if the cell object does not exist.

See Also