Enum
CellStyleCategory

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:

cs-api-definition
public enum CellStyleCategory

Fields

Custom

User-defined styles created by the application or user.

Declaration

cs-api-definition
Custom = 0

Field Value

CellStyleCategory

DataAndModel

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

Declaration

cs-api-definition
DataAndModel = 2

Field Value

CellStyleCategory

GoodBadAndNeutral

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

Declaration

cs-api-definition
GoodBadAndNeutral = 1

Field Value

CellStyleCategory

NumberFormat

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

Declaration

cs-api-definition
NumberFormat = 5

Field Value

CellStyleCategory

ThemedCellStyles

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

Declaration

cs-api-definition
ThemedCellStyles = 4

Field Value

CellStyleCategory

TitlesAndHeadings

Styles for section headers, titles, and hierarchical labels.

Declaration

cs-api-definition
TitlesAndHeadings = 3

Field Value

CellStyleCategory