Class CellPropertyExtensionType
Represents the extension property data.
Inheritance
System.Object
CellPropertyExtensionType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class CellPropertyExtensionType : Enum
Fields
BackColor
Cell interior background color.
Declaration
public const CellPropertyExtensionType BackColor
Field Value
BottomBorderColor
Bottom cell border color.
Declaration
public const CellPropertyExtensionType BottomBorderColor
Field Value
DiagonalCellBorder
Diagonal cell border color.
Declaration
public const CellPropertyExtensionType DiagonalCellBorder
Field Value
FontScheme
Font Scheme
Declaration
public const CellPropertyExtensionType FontScheme
Field Value
ForeColor
Cell interior foreground color.
Declaration
public const CellPropertyExtensionType ForeColor
Field Value
GradientFill
Cell interior gradient fill.
Declaration
public const CellPropertyExtensionType GradientFill
Field Value
LeftBorderColor
Left cell border color.
Declaration
public const CellPropertyExtensionType LeftBorderColor
Field Value
RightBorderColor
Right cell border color.
Declaration
public const CellPropertyExtensionType RightBorderColor
Field Value
TextColor
Cell text color.
Declaration
public const CellPropertyExtensionType TextColor
Field Value
TextIndentationLevel
The text indentation level.
Declaration
public const CellPropertyExtensionType TextIndentationLevel
Field Value
TopBorderColor
Top cell border color.
Declaration
public const CellPropertyExtensionType TopBorderColor