Aspose::Words::Vba::VbaReferenceCollection class

VbaReferenceCollection class

Represents a collection of VbaReference objects. To learn more, visit the Working with VBA Macros documentation article.

class VbaReferenceCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Vba::VbaReference>>

Methods

MethodDescription
begin()
begin() const
cbegin() const
cend() const
end()
end() const
get_Count()Returns the number of VBA references in the collection.
GetType() const override
idx_get(int32_t)Gets VbaReference object at the specified index.
Is(const System::TypeInfo&) const override
Remove(const System::SharedPtr<Aspose::Words::Vba::VbaReference>&)Removes the first occurrence of a specified VbaReference item from the collection.
RemoveAt(int32_t)Removes the VbaReference element at the specified index of the collection.
static Type()
virtualizeBeginConstIterator() const override
virtualizeBeginIterator() override
virtualizeEndConstIterator() const override
virtualizeEndIterator() override

Typedefs

TypedefDescription
const_iterator
iterator
iterator_holder_type
virtualized_iterator
virtualized_iterator_element

See Also