Aspose::Cells::MemorySetting enum

MemorySetting enum

Memory usage modes for cells data model.

enum class MemorySetting

Values

NameValueDescription
Normal0
Default mode for cells model.
MemoryPreference1
Memory performance preferrable.
FileCache2
Memory performance preferrable and using file instead of memory to maintain the cells data.

See Also