StreamProviderOptions constructor

__init__(self)

Initializes a new instance of the StreamProviderOptions class.


def __init__(self):
    ...

__init__(self, loading_type, default_path)

Initializes a new instance of the StreamProviderOptions class.


def __init__(self, loading_type, default_path):
    ...
ParameterTypeDescription
loading_typeaspose.cells.ResourceLoadingTypeThe type to load the linked resource.
default_pathSystem.StringThe default path.

See Also