FlexSheet for WPF | ComponentOne
Customizing Appearance / Customizing Cells / Cell Formatting
In This Topic
    Cell Formatting
    In This Topic

    C1FlexSheet provides the ability to customize cells and easily set cell styles such as color and font. You can also set different number formats, such as general, number, currency, percentage, and scientific. ExcelCellStyle class is used to set the style and format of cells. ExcelCellStyle class is extended from the FlexGrid CellStyle class that defines attributes used to render grid cells..

    See Also