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 preferable. |
| FileCache | 2 | Memory performance preferable and using file instead of memory to maintain the cells data. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++