CellValueFormatStrategy Enum
CellValueFormatStrategy Enum
Specifies how to apply style for the value of the cell.
type CellValueFormatStrategy int32
Fields
Field | Description |
---|---|
None | Not formatted. |
CellStyle | Only formatted with the cell’s original style. |
DisplayStyle | Formatted with the cell’s displayed style. |
DisplayString | Gets the displayed string shown in ms excel.The main difference from |