Add
Add(Worksheet)
为工作表添加模块。
public int Add(Worksheet sheet)
范围 | 类型 | 描述 |
---|---|---|
sheet | Worksheet | 工作表 |
也可以看看
- class Worksheet
- class VbaModuleCollection
- 命名空间 Aspose.Cells.Vba
- 部件 Aspose.Cells
Add(VbaModuleType, string)
添加模块。
public int Add(VbaModuleType type, string name)
范围 | 类型 | 描述 |
---|---|---|
type | VbaModuleType | 模块的类型。 |
name | String | 模块的名称。 |
也可以看看
- enum VbaModuleType
- class VbaModuleCollection
- 命名空间 Aspose.Cells.Vba
- 部件 Aspose.Cells