Aspose::Cells::ProtectedRangeCollection::Get method

ProtectedRangeCollection::Get method

Gets the ProtectedRange element at the specified index.

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

ReturnValue

The element at the specified index.

See Also