asposecells.api

Class CellValueFormatStrategy

Utility class containing constants. Specifies how to apply style for the value of the cell.

Field Summary
const  intNONE
Not formatted.
const  intCELL_STYLE
Only formatted with the cell's original style.
const  intDISPLAY_STYLE
Formatted with the cell's displayed style.
const  intDISPLAY_STRING
Gets the displayed string shown in ms excel. The main difference from DISPLAY_STYLE 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.
 

    • Field Detail

      • NONE

        const int NONE
        Not formatted.
      • CELL_STYLE

        const int CELL_STYLE
        Only formatted with the cell's original style.
      • DISPLAY_STYLE

        const int DISPLAY_STYLE
        Formatted with the cell's displayed style.
      • DISPLAY_STRING

        const int DISPLAY_STRING
        Gets the displayed string shown in ms excel. The main difference from DISPLAY_STYLE 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.