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):
...
| Parameter | Type | Description |
|---|---|---|
| loading_type | aspose.cells.ResourceLoadingType | The type to load the linked resource. |
| default_path | System.String | The default path. |
See Also
- module
aspose.cells - class
StreamProviderOptions