UFontProperties

Combines all Fonts characteristics to apply in range

public struct UFontProperties

Remarks

This struct groups all font-related style configurations such as color, size, alignment, and formatting options to be applied over a specific cell or range within a spreadsheet.

Properties

Property Type Description
Color string? Font Color
BackgroundColor string? Background Cell’s color
Family string? Font family
Strikethrough bool? Font Line (line-through)
Underline bool? Font Line (line-through)
Size double? Font size
TextRotation int? Text Rotation (angle in degrees)
Italic bool? Font Style
Bold bool? Font Weight
HorizontalAlign FHorizontalAligment? Font Horizontal Align
VerticalAlign FVerticalAligment? Font Vertical Align
NumberFormat string? Font format for number/Date
IsWrap bool? Font Wrap for the cells
WrapStrategy EWrapStrategy? Font Wrap Strategy

Constructors

public UFontProperties()

Combines all Fonts characteristics to apply in range