Aspose::Cells::XmlLoadOptions::XmlLoadOptions constructor

XmlLoadOptions::XmlLoadOptions() constructor

Represents the options of loading xml file.

Aspose::Cells::XmlLoadOptions::XmlLoadOptions()

See Also

XmlLoadOptions::XmlLoadOptions(LoadFormat) constructor

Represents the options of loading xml file.

Aspose::Cells::XmlLoadOptions::XmlLoadOptions(LoadFormat type)
ParameterTypeDescription
typeLoadFormatThe load format type.

See Also

XmlLoadOptions::XmlLoadOptions(XmlLoadOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::XmlLoadOptions::XmlLoadOptions(XmlLoadOptions_Impl *impl)

See Also

XmlLoadOptions::XmlLoadOptions(const XmlLoadOptions&) constructor

Copy constructor.

Aspose::Cells::XmlLoadOptions::XmlLoadOptions(const XmlLoadOptions &src)

See Also

XmlLoadOptions::XmlLoadOptions(const LoadOptions&) constructor

Constructs from a parent object.

Aspose::Cells::XmlLoadOptions::XmlLoadOptions(const LoadOptions &src)

See Also