Enum CellPropertyExtensionType
Represents the extension property data.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum CellPropertyExtensionType
Fields
| Name | Description |
|---|---|
| BackColor | Cell interior background color. |
| BottomBorderColor | Bottom cell border color. |
| DiagonalCellBorder | Diagonal cell border color. |
| FontScheme | Font Scheme |
| ForeColor | Cell interior foreground color. |
| GradientFill | Cell interior gradient fill. |
| LeftBorderColor | Left cell border color. |
| RightBorderColor | Right cell border color. |
| TextColor | Cell text color. |
| TextIndentationLevel | The text indentation level. |
| TopBorderColor | Top cell border color. |