Add
Add(Page)
为页面添加模块。
public int Add(Page page)
范围 | 类型 | 描述 |
---|---|---|
page | Page | 这一页 |
也可以看看
- class Page
- class VbaModuleCollection
- 命名空间 Aspose.Diagram.Vba
- 部件 Aspose.Diagram
Add(VbaModuleType, string)
添加模块。
public int Add(VbaModuleType type, string name)
范围 | 类型 | 描述 |
---|---|---|
type | VbaModuleType | 模块的类型。 |
name | String | 模块的名称。 |
也可以看看
- enum VbaModuleType
- class VbaModuleCollection
- 命名空间 Aspose.Diagram.Vba
- 部件 Aspose.Diagram