Provides the names of the predefined UI layers.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public static class WorksheetPredefinedUILayers
Inheritance: objectWorksheetPredefinedUILayers
Fields
The name of the cell borders UI layer.
C#
public const string CellBorders = "CellBorders"
The name of the cell values UI layer.
C#
public const string CellValues = "CellValues"
The name of the bars conditional formatting layer.
C#
public const string ColorScales = "ColorScales"
The name of the data validation Circles UI layer.
C#
public const string DataValidationCircles = "DataValidationCircles"
The name of the data validation input message UI layer.
C#
public const string DataValidationInputMessage = "DataValidationInputMessage"
The name of the data validation list UI layer.
C#
public const string DataValidationList = "DataValidationList"
The name of the grid lines outline UI layer.
C#
public const string GridlinesOutline = "GridlinesOutline"
The name of the header/footer layer.
C#
public const string HeaderFooter = "HeaderFooter"
The name of the icons conditional formatting layer.
C#
public const string Icons = "Icons"
The name of the page breaks UI layer.
C#
public const string PageBreaks = "PageBreaks"
The name of the pane separators UI layer.
C#
public const string PaneSeparators = "PaneSeparators"
The name of the resize decoration UI layer.
C#
public const string ResizeDecoration = "ResizeDecoration"