VbaModuleCollection.Add
Add(Page)
Adds module for a page.
public int Add(Page page)
Parameter | Type | Description |
---|---|---|
page | Page | The Page |
See Also
- class Page
- class VbaModuleCollection
- namespace Aspose.Diagram.Vba
- assembly Aspose.Diagram
Add(VbaModuleType, string)
Adds module.
public int Add(VbaModuleType type, string name)
Parameter | Type | Description |
---|---|---|
type | VbaModuleType | The type of module. |
name | String | The name of module. |
See Also
- enum VbaModuleType
- class VbaModuleCollection
- namespace Aspose.Diagram.Vba
- assembly Aspose.Diagram