Class
WorksheetPredefinedUILayers

Provides the names of the predefined UI layers.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public static class WorksheetPredefinedUILayers

Inheritance: objectWorksheetPredefinedUILayers

Fields

Adorners

The name of the shape adorners UI layer.

Declaration

cs-api-definition
public const string Adorners = "Adorners"

Field Value

string

Bars

The name of the bars conditional formatting layer.

Declaration

cs-api-definition
public const string Bars = "Bars"

Field Value

string

CellBorders

The name of the cell borders UI layer.

Declaration

cs-api-definition
public const string CellBorders = "CellBorders"

Field Value

string

CellFill

The name of the cell fill UI layer.

Declaration

cs-api-definition
public const string CellFill = "CellFill"

Field Value

string

CellInput

The name of the cell input UI layer.

Declaration

cs-api-definition
public const string CellInput = "CellInput"

Field Value

string

CellValues

The name of the cell values UI layer.

Declaration

cs-api-definition
public const string CellValues = "CellValues"

Field Value

string

ColorScales

The name of the bars conditional formatting layer.

Declaration

cs-api-definition
public const string ColorScales = "ColorScales"

Field Value

string

Comments

The name of the comments UI layer.

Declaration

cs-api-definition
public const string Comments = "Comments"

Field Value

string

DataValidationCircles

The name of the data validation Circles UI layer.

Declaration

cs-api-definition
public const string DataValidationCircles = "DataValidationCircles"

Field Value

string

DataValidationInputMessage

The name of the data validation input message UI layer.

Declaration

cs-api-definition
public const string DataValidationInputMessage = "DataValidationInputMessage"

Field Value

string

DataValidationList

The name of the data validation list UI layer.

Declaration

cs-api-definition
public const string DataValidationList = "DataValidationList"

Field Value

string

Filtering

The name of the filtering UI layer.

Declaration

cs-api-definition
public const string Filtering = "Filtering"

Field Value

string

Gridlines

The name of the grid lines UI layer.

Declaration

cs-api-definition
public const string Gridlines = "Gridlines"

Field Value

string

GridlinesOutline

The name of the grid lines outline UI layer.

Declaration

cs-api-definition
public const string GridlinesOutline = "GridlinesOutline"

Field Value

string

HeaderFooter

The name of the header/footer layer.

Declaration

cs-api-definition
public const string HeaderFooter = "HeaderFooter"

Field Value

string

Icons

The name of the icons conditional formatting layer.

Declaration

cs-api-definition
public const string Icons = "Icons"

Field Value

string

Notes

The name of the notes UI layer.

Declaration

cs-api-definition
public const string Notes = "Notes"

Field Value

string

PageBreaks

The name of the page breaks UI layer.

Declaration

cs-api-definition
public const string PageBreaks = "PageBreaks"

Field Value

string

PaneSeparators

The name of the pane separators UI layer.

Declaration

cs-api-definition
public const string PaneSeparators = "PaneSeparators"

Field Value

string

PrintArea

The name of the print area UI layer.

Declaration

cs-api-definition
public const string PrintArea = "PrintArea"

Field Value

string

ResizeDecoration

The name of the resize decoration UI layer.

Declaration

cs-api-definition
public const string ResizeDecoration = "ResizeDecoration"

Field Value

string

Selection

The name of the selection UI layer.

Declaration

cs-api-definition
public const string Selection = "Selection"

Field Value

string

Shapes

The name of the shapes UI layer.

Declaration

cs-api-definition
public const string Shapes = "Shapes"

Field Value

string