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)
ParameterTypeDescription
sheetconst Worksheet&The worksheet

ReturnValue

See Also

VbaModuleCollection::Remove(const U16String&) method

Remove the module by the name.

void Aspose::Cells::Vba::VbaModuleCollection::Remove(const U16String &name)
ParameterTypeDescription
nameconst U16String&

See Also

VbaModuleCollection::Remove(const char16_t*) method

Remove the module by the name.

void Aspose::Cells::Vba::VbaModuleCollection::Remove(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*

See Also