• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Cell Formatting in ASP.NET Core Spreadsheet Control

This sample demonstrates the Spreadsheet cell formatting feature by applying different styles to a range of cells.

DEMO
SOURCE

Cell formatting allows you to highlight cell data that appears in the Spreadsheet. It can be enabled or disabled using the allowCellFormatting property.

In this sample, gridlines are hidden using the showGridLines property and the styles are applied using the style property and cellFormat method.

More information about cell formatting can be found in this documentation section.