Interface IInterior
Interface used to get interior settings.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IInterior
Properties
Color
Gets or sets the cell shading color.
Declaration
Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
ColorIndex
Gets or sets the color of the interior as an index value.
Declaration
ExcelKnownColors ColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
FillPattern
Gets / Sets fill pattern.
Declaration
ExcelPattern FillPattern { get; set; }
Property Value
Type |
---|
ExcelPattern |
Gradient
Gets gradient object for this extended format. Read-only.
Declaration
IGradient Gradient { get; }
Property Value
Type |
---|
IGradient |
PatternColor
Gets or sets the color of the interior pattern as an Color value.
Declaration
Color PatternColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
PatternColorIndex
Gets or sets the color of the interior pattern as an index into the current color palette.
Declaration
ExcelKnownColors PatternColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |