Aspose::Cells::RangeCollection::Get method

RangeCollection::Get method

Gets the Range element at the specified index.

Range Aspose::Cells::RangeCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also