LoadFilter Konstrukteur
LoadFilter()
Erstellt eine LoadFilter mit Standardfilteroptionen LoadDataFilterOptions.All.
def __init__(self):
...
LoadFilter(opts)
Konstruiert eine LoadFilter mit gegebenen Filteroptionen.
def __init__(self, opts):
...
Parameter | Typ | Beschreibung |
---|---|---|
opts | LoadDataFilterOptions | die Standardfilteroptionen |
Siehe auch
- Modul aspose.cells
- Klasse LoadFilter