Aspose::Cells::Range::Get method

Range::Get method

Gets Cell object in this range.

Cell Aspose::Cells::Range::Get(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