Aspose::Cells::Vba::VbaModuleCollection::Get method

VbaModuleCollection::Get(int32_t) method

Gets VbaModule in the list by the index.

VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

VbaModuleCollection::Get(const U16String&) method

Gets VbaModule in the list by the name.

VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of module.

ReturnValue

See Also

VbaModuleCollection::Get(const char16_t*) method

Gets VbaModule in the list by the name.

VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of module.

ReturnValue

See Also