LoadOptions Konstrukteur
LoadOptions()
Erstellt Optionen zum Laden der Datei.
def __init__(self):
...
LoadOptions(load_format)
Erstellt Optionen zum Laden der Datei.
def __init__(self, load_format):
...
Parameter | Typ | Beschreibung |
---|---|---|
load_format | LoadFormat | Das Ladeformat. |
Siehe auch
- Modul aspose.cells
- Klasse LoadOptions