Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BuiltInStyleId Enum

Lists built-in cell styles.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum BuiltInStyleId

#Members

Name Description Example
Normal

The “Normal” style (the default cell style).

Spreadsheet_Normal_Style

Comma

The “Comma” style.

Spreadsheet_Comma_Style

Currency

The “Currency” style.

Spreadsheet_Currency_Style

Percent

The “Percent” style.

Spreadsheet_Percent_Style

Comma0

The “Comma” style with no decimal places.

Spreadsheet_Comma0_Style

Currency0

The “Currency” style with no decimal places.

Spreadsheet_Currency0_Style

The “Hyperlink” style.

Spreadsheet_Hyperlink_Style

The “Followed Hyperlink” style.

Spreadsheet_FollowedHyperlink_Style

Note

The “Note” style.

Spreadsheet_Note_Style

WarningText

The “Warning Text” style.

Spreadsheet_Warning_Style

Emphasis1

For internal use.

Emphasis2

For internal use.

Emphasis3

For internal use.

Title

The “Title” style.

Spreadsheet_Title_Style

Heading1

The “Heading 1” style.

Spreadsheet_Heading1_Style

Heading2

The “Heading 2” style.

Spreadsheet_Heading2_Style

Heading3

The “Heading 3” style.

Spreadsheet_Heading3_Style

Heading4

The “Heading 4” style.

Spreadsheet_Heading4_Style

Input

The “Input” style.

Spreadsheet_Input_Style

Output

The “Output” style.

Spreadsheet_Output_Style

Calculation

The “Calculation” style.

Spreadsheet_Calculation_Style

CheckCell

The “Check Cell” style.

Spreadsheet_CheckCell_Style

LinkedCell

The “Linked Cell” style.

Spreadsheet_LinkedCell_Style

Total

The “Total” style.

Spreadsheet_Total_Style

Good

The “Good” style.

Spreadsheet_Good_Style

Bad

The “Bad” style.

Spreadsheet_Bad_Style

Neutral

The “Neutral” style.

Spreadsheet_Neutral_Style

Accent1

The “Accent1” themed style.

Spreadsheet_Accent1_Style

Accent1_20percent

The “20% - Accent1” themed style.

Spreadsheet_20Accent1_Style

Accent1_40percent

The “40% - Accent1” themed style.

Spreadsheet_40Accent1_Style

Accent1_60percent

The “60% - Accent1” themed style.

Spreadsheet_60Accent1_Style

Accent2

The “Accent2” themed style.

Spreadsheet_Accent2_Style

Accent2_20percent

The “20% - Accent2” themed style.

Spreadsheet_20Accent2_Style

Accent2_40percent

The “40% - Accent2” themed style.

Spreadsheet_40Accent2_Style

Accent2_60percent

The “60% - Accent2” themed style.

Spreadsheet_60Accent2_Style

Accent3

The “Accent3” themed style.

Spreadsheet_Accent3_Style

Accent3_20percent

The “20% - Accent3” themed style.

Spreadsheet_20Accent3_Style

Accent3_40percent

The “40% - Accent3” themed style.

Spreadsheet_40Accent3_Style

Accent3_60percent

The “60% - Accent3” themed style.

Spreadsheet_60Accent3_Style

Accent4

The “Accent4” themed style.

Spreadsheet_Accent4_Style

Accent4_20percent

The “20% - Accent4” themed style.

Spreadsheet_20Accent4_Style

Accent4_40percent

The “40% - Accent4” themed style.

Spreadsheet_40Accent4_Style

Accent4_60percent

The “60% - Accent4” themed style.

Spreadsheet_60Accent4_Style

Accent5

The “Accent5” themed style.

Spreadsheet_Accent5_Style

Accent5_20percent

The “20% - Accent5” themed style.

Spreadsheet_20Accent5_Style

Accent5_40percent

The “40% - Accent5” themed style.

Spreadsheet_40Accent5_Style

Accent5_60percent

The “60% - Accent5” themed style.

Spreadsheet_60Accent5_Style

Accent6

The “Accent6” themed style.

Spreadsheet_Accent6_Style

Accent6_20percent

The “20% - Accent6” themed style.

Spreadsheet_20Accent6_Style

Accent6_40percent

The “40% - Accent6” themed style.

Spreadsheet_40Accent6_Style

Accent6_60percent

The “60% - Accent6” themed style.

Spreadsheet_60Accent6_Style

Explanatory

The “Explanatory” style.

Spreadsheet_Explanatory_Style

TableStyleLight1

For internal use.

#Remarks

Use the StyleCollection.Item property to obtain the built-in cell style by its name or ID.

Call the CellRange.Style property to apply a style to a cell or cell range.

See Also