Aspose::Cells::LoadOptions::LoadOptions constructor

LoadOptions::LoadOptions() constructor

Creates an options of loading the file.

Aspose::Cells::LoadOptions::LoadOptions()

See Also

LoadOptions::LoadOptions(LoadFormat) constructor

Creates an options of loading the file.

Aspose::Cells::LoadOptions::LoadOptions(LoadFormat loadFormat)
ParameterTypeDescription
loadFormatLoadFormatThe loading format.

See Also

LoadOptions::LoadOptions(LoadOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::LoadOptions::LoadOptions(LoadOptions_Impl *impl)

See Also

LoadOptions::LoadOptions(const LoadOptions&) constructor

Copy constructor.

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

See Also