Click or drag to resize

ExcelInterior Class

Represents the interior object for extended format . This class provides methods and properties to set the fill color, pattern, and other styling options for cell interiors.
Inheritance Hierarchy
System Object
Spire.Xls ExcelInterior

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

The ExcelInterior type exposes the following members.

Properties
Name Description
Public property Color
Gets or sets the color of the interior fill.
Public property FillPattern
Gets or sets the fill pattern of the interior.
Public property Gradient
Gets the gradient of the interior.
Public property KnownColor
Gets or sets the known color of the interior.
Public property PatternColor
Gets or sets the pattern color of the interior.
Public property PatternKnownColor
Gets or sets the known color of the pattern applied to the interior .
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field m_interior
Represents the interior object for extended format.
Top
See Also