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)
| Parameter | Description |
|---|---|
| moduleName | The 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)
| Parameter | Description |
|---|---|
| index | The zero-based index of the element to get. |