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:
public enum StylePropertyGroup
Fields
Alignment properties that control text positioning, orientation, indentation, and wrapping within cells.
Alignment = 2
Border properties defining the style, color, and thickness of cell borders on all four edges and diagonals.
Border = 4
Fill properties that control cell background color, pattern, and gradient effects.
Fill = 5
Font properties including family, size, color, weight, style, and underline attributes.
Font = 3
Properties that do not belong to any specific style category.
None = 0
Number format properties that control how cell values are displayed (e.g., currency, percentage, date formats).
Number = 1
Protection properties that determine whether cells are locked or formulas are hidden when worksheet protection is enabled.
Protection = 6