StyleValue
Overview
StyleValue is a class in Aspose.Cells for NET.
StyleValue.Clone creates a deep copy of this StyleValue instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Default | StyleValue | Read | Provides the default StyleValue instance representing unstyled cells |
Font | FontValue | Read/Write | Gets or sets the FontValue defining font attributes of the style |
Pattern | FillPatternKind | Read/Write | Gets or sets the FillPatternKind that determines cell fill pattern |
ForegroundColor | ColorValue | Read/Write | Gets the ColorValue for the style’s foreground (text) color |
BackgroundColor | ColorValue | Read/Write | Gets the ColorValue for the style’s background fill color |
Borders | BordersValue | Read/Write | Gets the BordersValue that defines border settings for the style |
Alignment | AlignmentValue | Read/Write | Gets the AlignmentValue that specifies text alignment options |
Protection | ProtectionValue | Read/Write | Gets or sets the ProtectionValue indicating cell lock and hidden flags |
NumberFormat | NumberFormatValue | Read/Write | Gets or sets the NumberFormatValue defining numeric display format |
Methods
| Signature | Description |
|---|---|
Clone() | Creates a deep copy of this StyleValue instance |