idx_get

idx_get (1 of 2)

Gets the module with the specified name.

Returns: System::SharedPtr< VbaModule > Aspose::Tasks::

idx_get(const System::String & moduleName)
ParameterDescription
moduleNameThe name of the module to get.

idx_get (2 of 2)

Gets the module at the specified index.

Returns: System::SharedPtr< VbaModule > Aspose::Tasks::

idx_get(int32_t index)
ParameterDescription
indexThe zero-based index of the element to get.