Aspose::Cells::CellValueFormatStrategy enum

CellValueFormatStrategy enum

Specifies how to apply style for the value of the cell.

enum class CellValueFormatStrategy

Values

NameValueDescription
None0
Not formatted.
CellStyle1
Only formatted with the cell’s original style.
DisplayStyle2
Formatted with the cell’s displayed style.
DisplayString3
Gets the displayed string shown in ms excel. The main difference from DisplayStyle is this option also considers the effect of column width. If the column width is too small to show the formatted string completely, “#” may be shown, just like what ms excel does.

See Also