Skip to main content
A newer version of this page is available. .
Row

BuiltInStyleId Enum

Lists built-in cell styles.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum BuiltInStyleId

Members

Name Description
Normal

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

Spreadsheet_Normal_Style

Comma

Specifies the “Comma” style.

Spreadsheet_Comma_Style

Currency

Specifies the “Currency” style.

Spreadsheet_Currency_Style

Percent

Specifies the “Percent” style.

Spreadsheet_Percent_Style

Comma0

Specifies the “Comma” style with no decimal places.

Spreadsheet_Comma0_Style

Currency0

Specifies the “Currency” style with no decimal places.

Spreadsheet_Currency0_Style

Specifies the “Hyperlink” style.

Spreadsheet_Hyperlink_Style

Specifies the “Followed Hyperlink” style.

Spreadsheet_FollowedHyperlink_Style

Note

Specifies the “Note” style.

Spreadsheet_Note_Style

WarningText

Specifies the “Warning Text” style.

Spreadsheet_Warning_Style

Emphasis1

For internal use.

Emphasis2

For internal use.

Emphasis3

For internal use.

Title

Specifies the “Title” style.

Spreadsheet_Title_Style

Heading1

Specifies the “Heading 1” style.

Spreadsheet_Heading1_Style

Heading2

Specifies the “Heading 2” style.

Spreadsheet_Heading2_Style

Heading3

Specifies the “Heading 3” style.

Spreadsheet_Heading3_Style

Heading4

Specifies the “Heading 4” style.

Spreadsheet_Heading4_Style

Input

Specifies the “Input” style.

Spreadsheet_Input_Style

Output

Specifies the “Output” style.

Spreadsheet_Output_Style

Calculation

Specifies the “Calculation” style.

Spreadsheet_Calculation_Style

CheckCell

Specifies the “Check Cell” style.

Spreadsheet_CheckCell_Style

LinkedCell

Specifies the “Linked Cell” style.

Spreadsheet_LinkedCell_Style

Total

Specifies the “Total” style.

Spreadsheet_Total_Style

Good

Specifies the “Good” style.

Spreadsheet_Good_Style

Bad

Specifies the “Bad” style.

Spreadsheet_Bad_Style

Neutral

Specifies the “Neutral” style.

Spreadsheet_Neutral_Style

Accent1

Specifies the “Accent1” themed style.

Spreadsheet_Accent1_Style

Accent1_20percent

Specifies the “20% - Accent1” themed style.

Spreadsheet_20Accent1_Style

Accent1_40percent

Specifies the “40% - Accent1” themed style.

Spreadsheet_40Accent1_Style

Accent1_60percent

Specifies the “60% - Accent1” themed style.

Spreadsheet_60Accent1_Style

Accent2

Specifies the “Accent2” themed style.

Spreadsheet_Accent2_Style

Accent2_20percent

Specifies the “20% - Accent2” themed style.

Spreadsheet_20Accent2_Style

Accent2_40percent

Specifies the “40% - Accent2” themed style.

Spreadsheet_40Accent2_Style

Accent2_60percent

Specifies the “60% - Accent2” themed style.

Spreadsheet_60Accent2_Style

Accent3

Specifies the “Accent3” themed style.

Spreadsheet_Accent3_Style

Accent3_20percent

Specifies the “20% - Accent3” themed style.

Spreadsheet_20Accent3_Style

Accent3_40percent

Specifies the “40% - Accent3” themed style.

Spreadsheet_40Accent3_Style

Accent3_60percent

Specifies the “60% - Accent3” themed style.

Spreadsheet_60Accent3_Style

Accent4

Specifies the “Accent4” themed style.

Spreadsheet_Accent4_Style

Accent4_20percent

Specifies the “20% - Accent4” themed style.

Spreadsheet_20Accent4_Style

Accent4_40percent

Specifies the “40% - Accent4” themed style.

Spreadsheet_40Accent4_Style

Accent4_60percent

Specifies the “60% - Accent4” themed style.

Spreadsheet_60Accent4_Style

Accent5

Specifies the “Accent5” themed style.

Spreadsheet_Accent5_Style

Accent5_20percent

Specifies the “20% - Accent5” themed style.

Spreadsheet_20Accent5_Style

Accent5_40percent

Specifies the “40% - Accent5” themed style.

Spreadsheet_40Accent5_Style

Accent5_60percent

Specifies the “60% - Accent5” themed style.

Spreadsheet_60Accent5_Style

Accent6

Specifies the “Accent6” themed style.

Spreadsheet_Accent6_Style

Accent6_20percent

Specifies the “20% - Accent6” themed style.

Spreadsheet_20Accent6_Style

Accent6_40percent

Specifies the “40% - Accent6” themed style.

Spreadsheet_40Accent6_Style

Accent6_60percent

Specifies the “60% - Accent6” themed style.

Spreadsheet_60Accent6_Style

Explanatory

Specifies 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. To apply a style to a cell or cell range, use the Range.Style property.

See Also