VbaModuleCollection.Remove
Remove(Page)
Removes module for a page.
public void Remove(Page page)
| Parameter | Type | Description |
|---|---|---|
| page | Page | The page |
See Also
- class Page
- class VbaModuleCollection
- namespace Aspose.Diagram.Vba
- assembly Aspose.Diagram
Remove(string)
Remove the module by the name
public void Remove(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String |
See Also
- class VbaModuleCollection
- namespace Aspose.Diagram.Vba
- assembly Aspose.Diagram