Aspose::Cells::Vba::VbaModuleCollection::Remove method
VbaModuleCollection::Remove(const Worksheet&) method
Removes module for a worksheet.
void Aspose::Cells::Vba::VbaModuleCollection::Remove(const Worksheet &sheet)
Parameter | Type | Description |
---|---|---|
sheet | const Worksheet& | The worksheet |
ReturnValue
See Also
- Class Vector
- Class Worksheet
- Class VbaModuleCollection
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++
VbaModuleCollection::Remove(const U16String&) method
Remove the module by the name.
void Aspose::Cells::Vba::VbaModuleCollection::Remove(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& |
See Also
- Class Vector
- Class U16String
- Class VbaModuleCollection
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++
VbaModuleCollection::Remove(const char16_t*) method
Remove the module by the name.
void Aspose::Cells::Vba::VbaModuleCollection::Remove(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* |
See Also
- Class Vector
- Class VbaModuleCollection
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++