BuiltInStyleId Enum
Lists built-in cell styles.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Members
Name | Description | Example |
---|---|---|
Normal
|
The “Normal” style (the default cell style). |
|
Comma
|
The “Comma” style. |
|
Currency
|
The “Currency” style. |
|
Percent
|
The “Percent” style. |
|
Comma0
|
The “Comma” style with no decimal places. |
|
Currency0
|
The “Currency” style with no decimal places. |
|
Hyperlink
|
The “Hyperlink” style. |
|
FollowedHyperlink
|
The “Followed Hyperlink” style. |
|
Note
|
The “Note” style. |
|
WarningText
|
The “Warning Text” style. |
|
Emphasis1
|
For internal use. |
|
Emphasis2
|
For internal use. |
|
Emphasis3
|
For internal use. |
|
Title
|
The “Title” style. |
|
Heading1
|
The “Heading 1” style. |
|
Heading2
|
The “Heading 2” style. |
|
Heading3
|
The “Heading 3” style. |
|
Heading4
|
The “Heading 4” style. |
|
Input
|
The “Input” style. |
|
Output
|
The “Output” style. |
|
Calculation
|
The “Calculation” style. |
|
CheckCell
|
The “Check Cell” style. |
|
LinkedCell
|
The “Linked Cell” style. |
|
Total
|
The “Total” style. |
|
Good
|
The “Good” style. |
|
Bad
|
The “Bad” style. |
|
Neutral
|
The “Neutral” style. |
|
Accent1
|
The “Accent1” themed style. |
|
Accent1_20percent
|
The “20% - Accent1” themed style. |
|
Accent1_40percent
|
The “40% - Accent1” themed style. |
|
Accent1_60percent
|
The “60% - Accent1” themed style. |
|
Accent2
|
The “Accent2” themed style. |
|
Accent2_20percent
|
The “20% - Accent2” themed style. |
|
Accent2_40percent
|
The “40% - Accent2” themed style. |
|
Accent2_60percent
|
The “60% - Accent2” themed style. |
|
Accent3
|
The “Accent3” themed style. |
|
Accent3_20percent
|
The “20% - Accent3” themed style. |
|
Accent3_40percent
|
The “40% - Accent3” themed style. |
|
Accent3_60percent
|
The “60% - Accent3” themed style. |
|
Accent4
|
The “Accent4” themed style. |
|
Accent4_20percent
|
The “20% - Accent4” themed style. |
|
Accent4_40percent
|
The “40% - Accent4” themed style. |
|
Accent4_60percent
|
The “60% - Accent4” themed style. |
|
Accent5
|
The “Accent5” themed style. |
|
Accent5_20percent
|
The “20% - Accent5” themed style. |
|
Accent5_40percent
|
The “40% - Accent5” themed style. |
|
Accent5_60percent
|
The “60% - Accent5” themed style. |
|
Accent6
|
The “Accent6” themed style. |
|
Accent6_20percent
|
The “20% - Accent6” themed style. |
|
Accent6_40percent
|
The “40% - Accent6” themed style. |
|
Accent6_60percent
|
The “60% - Accent6” themed style. |
|
Explanatory
|
The “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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the BuiltInStyleId enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.