Click or drag to resize

IInterior Interface

Defines the contract for an interior.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IInterior

The IInterior type exposes the following members.

Properties
Name Description
Public property Color
Returns or sets the cell shading color.
Public property FillPattern
Gets / Sets XlsFill pattern.
Public property Gradient
Returns gradient object for this extended format.
Public property KnownColor
Returns or sets the color of the interior. The color is specified as an index value into the current color palette.
Public property PatternColor
Returns or sets the color of the interior pattern as an System.Drawing.Color value.
Public property PatternKnownColor
Returns or sets the color of the interior pattern as an index into the current color palette.
Top
See Also