Aspose::Cells::ResourceLoadingType enum

ResourceLoadingType enum

Represents how to loading the linked resource.

enum class ResourceLoadingType

Values

NameValueDescription
Default0
Loads this resource as usual.
Skip1
Skips loading of this resource.
UserProvided2
Use stream provided by user.

See Also