java.lang.Object
com.aspose.cells.MemorySetting
public class MemorySetting
| Field Summary | ||
|---|---|---|
static final int | NORMAL | |
| Default option for cells model. | ||
static final int | MEMORY_PREFERENCE | |
| 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. | ||
| Field Detail |
|---|
NORMAL | |
public static final int NORMAL | |
MEMORY_PREFERENCE | |
public static final int MEMORY_PREFERENCE | |