Enum
StylePropertyGroup

Categorizes cell properties into functional groups, enabling selective application of style attributes (e.g., applying only font properties without affecting borders).

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum StylePropertyGroup

Fields

Alignment

Alignment properties that control text positioning, orientation, indentation, and wrapping within cells.

Declaration

cs-api-definition
Alignment = 2

Field Value

StylePropertyGroup

Border

Border properties defining the style, color, and thickness of cell borders on all four edges and diagonals.

Declaration

cs-api-definition
Border = 4

Field Value

StylePropertyGroup

Fill

Fill properties that control cell background color, pattern, and gradient effects.

Declaration

cs-api-definition
Fill = 5

Field Value

StylePropertyGroup

Font

Font properties including family, size, color, weight, style, and underline attributes.

Declaration

cs-api-definition
Font = 3

Field Value

StylePropertyGroup

None

Properties that do not belong to any specific style category.

Declaration

cs-api-definition
None = 0

Field Value

StylePropertyGroup

Number

Number format properties that control how cell values are displayed (e.g., currency, percentage, date formats).

Declaration

cs-api-definition
Number = 1

Field Value

StylePropertyGroup

Protection

Protection properties that determine whether cells are locked or formulas are hidden when worksheet protection is enabled.

Declaration

cs-api-definition
Protection = 6

Field Value

StylePropertyGroup