Example of Cell Formatting in ASP.NET MVC Spreadsheet Control
This sample demonstrates the Spreadsheet
cell formatting feature by applying different styles to a range of cells.
Cell formatting allows you to highlight cell data that appears in the Spreadsheet. It can be enabled
or disabled using the
allowCellFormattingopens in a new tab
property.
In this sample, gridlines are hidden using the showGridLines
property and the styles are
applied using the
styleopens in a new tab
property and
cellFormatopens in a new tab
method.
More information about cell formatting
can be found in this
documentation
opens in a new tab section.