Aspose::Words::Vba::VbaReferenceCollection::idx_get method

VbaReferenceCollection::idx_get method

Gets VbaReference object at the specified index.

System::SharedPtr<Aspose::Words::Vba::VbaReference> Aspose::Words::Vba::VbaReferenceCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero-based index of the reference to get.

See Also