Aspose::Cells::Range::GetCellOrNull method

Range::GetCellOrNull method

Gets Cell object or null in this range.

Cell Aspose::Cells::Range::GetCellOrNull(int32_t rowOffset, int32_t columnOffset)
ParameterTypeDescription
rowOffsetint32_tRow offset in this range, zero based.
columnOffsetint32_tColumn offset in this range, zero based.

ReturnValue

Cell object.

See Also