Enum StylePropertyGroup
Categorizes cell properties into functional groups, enabling selective application of style attributes (e.g., applying only font properties without affecting borders).
Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum StylePropertyGroup
Alignment
Alignment properties that control text positioning, orientation, indentation, and wrapping within cells.
Border
Border properties defining the style, color, and thickness of cell borders on all four edges and diagonals.
Fill
Fill properties that control cell background color, pattern, and gradient effects.
Font
Font properties including family, size, color, weight, style, and underline attributes.
None
Properties that do not belong to any specific style category.
Number
Number format properties that control how cell values are displayed (e.g., currency, percentage, date formats).
Protection
Protection properties that determine whether cells are locked or formulas are hidden when worksheet protection is enabled.