StyleValue

Overview

StyleValue is a class in Aspose.Cells FOSS for .NET.

Represents style value.

Properties

NameTypeAccessDescription
DefaultStyleValueReadGets the library’s default StyleValue
FontFontValueRead/WriteThe font value font { get; set; } = new.
PatternFillPatternKindRead/WriteGets or sets the fill pattern kind for the cell background
ForegroundColorColorValueRead/Write
BackgroundColorColorValueRead/Write
BordersBordersValueRead/WriteThe borders value borders { get; set; } = new.
AlignmentAlignmentValueRead/WriteThe alignment value alignment { get; set; } = new.
ProtectionProtectionValueRead/WriteThe protection value protection { get; set; } = new.
NumberFormatNumberFormatValueRead/WriteThe number format value number format { get; set; } = new.

Methods

SignatureDescription
Clone()The style value.

See Also