XmlLoadOptions constructeur
XmlLoadOptions()
Représente les options de chargement du fichier xml.
def __init__(self):
...
XmlLoadOptions(type)
Représente les options de chargement du fichier xml.
def __init__(self, type):
...
Paramètre | Taper | Description |
---|---|---|
type | LoadFormat | Le type de format de chargement. |
Voir également
- module aspose.cells
- classe XmlLoadOptions