New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum StylePropertyGroup

Fields

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

C#
Alignment = 2

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

C#
Border = 4

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

C#
Fill = 5

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

C#
Font = 3

Properties that do not belong to any specific style category.

C#
None = 0

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

C#
Number = 1

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

C#
Protection = 6