java.lang.Object
com.aspose.cells.CellValueFormatStrategy
public class CellValueFormatStrategy
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Not formatted. | ||
static final int | CELL_STYLE | |
| Only formatted with the cell's original style. | ||
static final int | DISPLAY_STYLE | |
| Formatted with the cell's displayed style. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
CELL_STYLE | |
public static final int CELL_STYLE | |
DISPLAY_STYLE | |
public static final int DISPLAY_STYLE | |