VbaModuleCollectionRemove Method (String) |
Remove the module by the name
Namespace:
Aspose.Cells.Vba
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
void Remove(
String^ name
)
member Remove :
name : string -> unit
Parameters
- name
- Type: SystemString
See Also