Add
Add(Page)
Voegt module toe voor een pagina.
public int Add(Page page)
Parameter | Type | Beschrijving |
---|---|---|
page | Page | De pagina |
Zie ook
- class Page
- class VbaModuleCollection
- naamruimte Aspose.Diagram.Vba
- montage Aspose.Diagram
Add(VbaModuleType, string)
Voegt module toe.
public int Add(VbaModuleType type, string name)
Parameter | Type | Beschrijving |
---|---|---|
type | VbaModuleType | Het type module. |
name | String | De naam van module. |
Zie ook
- enum VbaModuleType
- class VbaModuleCollection
- naamruimte Aspose.Diagram.Vba
- montage Aspose.Diagram