Class InteriorArrayWrapper
Class that is created when user accesses the interior in a multicell range. Redirects all calls to the interiors of the individual cells.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class InteriorArrayWrapper : CommonObject, IParentApplication, IDisposable, IInterior
Constructors
InteriorArrayWrapper(IRange)
Create new instance of object.
Declaration
public InteriorArrayWrapper(IRange range)
Parameters
Type | Name | Description |
---|---|---|
IRange | range | Base range. |
Properties
Color
Returns or sets the cell shading color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
ColorIndex
Returns or sets the color of the interior. The color is specified as an index value into the current color palette.
Declaration
public ExcelKnownColors ColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
FillPattern
Gets / Sets fill pattern.
Declaration
public ExcelPattern FillPattern { get; set; }
Property Value
Type |
---|
ExcelPattern |
Gradient
Returns gradient object.
Declaration
public IGradient Gradient { get; }
Property Value
Type |
---|
IGradient |
PatternColor
Returns or sets the color of the interior pattern as an Color value.
Declaration
public Color PatternColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
PatternColorIndex
Returns or sets the color of the interior pattern as an index into the current color palette.
Declaration
public ExcelKnownColors PatternColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
Methods
BeginUpdate()
This method should be called before several updates to the object will take place.
Declaration
public void BeginUpdate()
EndUpdate()
This method should be called after several updates to the object took place.
Declaration
public void EndUpdate()
Implements
System.IDisposable