Enum MemorySetting
Enum MemorySetting
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Memory usage options.
public enum MemorySetting
Fields
MemoryPreference = 1
Memory performance preferrable. With this option the data will be held in compact format so for common scenarios it may give lower memory cost. However, this option also may degrade R/W performance a bit in some special cases.
This option is available since v 8.0.0.
Normal = 0
Default option for cells model.
This option is applied for all versions.