StyleValue
Overview
StyleValue is a class in Aspose.Cells FOSS for .NET.
Represents style value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Default | StyleValue | Read | Gets the library’s default StyleValue |
Font | FontValue | Read/Write | The font value font { get; set; } = new. |
Pattern | FillPatternKind | Read/Write | Gets or sets the fill pattern kind for the cell background |
ForegroundColor | ColorValue | Read/Write | |
BackgroundColor | ColorValue | Read/Write | |
Borders | BordersValue | Read/Write | The borders value borders { get; set; } = new. |
Alignment | AlignmentValue | Read/Write | The alignment value alignment { get; set; } = new. |
Protection | ProtectionValue | Read/Write | The protection value protection { get; set; } = new. |
NumberFormat | NumberFormatValue | Read/Write | The number format value number format { get; set; } = new. |
Methods
| Signature | Description |
|---|---|
Clone() | The style value. |