New to Telerik Document ProcessingStart a free 30-day trial

Classifies cell styles into organizational groups for style management and discovery.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum CellStyleCategory

Fields

User-defined styles created by the application or user.

C#
Custom = 0

Styles for data tables, calculations, and modeling with structured formatting.

C#
DataAndModel = 2

Styles indicating positive, negative, or neutral values with color-coded formatting.

C#
GoodBadAndNeutral = 1

Styles focused on number formatting patterns such as currency, percentage, and scientific notation.

C#
NumberFormat = 5

Styles that reference workbook theme colors and fonts for consistent branding.

C#
ThemedCellStyles = 4

Styles for section headers, titles, and hierarchical labels.

C#
TitlesAndHeadings = 3