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