Aspose::Cells::Drawing::CheckBoxCollection::Get method

CheckBoxCollection::Get method

Gets the CheckBox element at the specified index.

CheckBox Aspose::Cells::Drawing::CheckBoxCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also