Aspose::Cells::MemorySetting enum
MemorySetting enum
Memory usage modes for cells data model.
enum class MemorySetting
Values
Name | Value | Description |
---|---|---|
Normal | 0 | Default mode for cells model. |
MemoryPreference | 1 | Memory performance preferrable. |
FileCache | 2 | Memory performance preferrable and using file instead of memory to maintain the cells data. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++