Aspose::Cells::ResourceLoadingType enum
ResourceLoadingType enum
Represents how to loading the linked resource.
enum class ResourceLoadingType
Values
| Name | Value | Description | 
|---|---|---|
| Default | 0 | Loads this resource as usual. | 
| Skip | 1 | Skips loading of this resource. | 
| UserProvided | 2 | Use stream provided by user. | 
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++