add Methode
add(self, sheet)
Fügt ein Modul für ein Arbeitsblatt hinzu.
Kehrt zurück
def add(self, sheet):
...
Parameter | Typ | Beschreibung |
---|---|---|
sheet | Worksheet | Das Arbeitsblatt |
add(self, type, name)
Fügt Modul hinzu.
Kehrt zurück
def add(self, type, name):
...
Parameter | Typ | Beschreibung |
---|---|---|
type | VbaModuleType | Der Modultyp. |
name | str | Der Name des Moduls. |
Siehe auch
- Modul
aspose.cells.vba
- Klasse
VbaModuleCollection