Click or drag to resize

XlsFill Class

Summary description for XlsFill.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet XlsFill

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class XlsFill

The XlsFill type exposes the following members.

Constructors
Name Description
Public method XlsFill
Prevents user from creating such items without arguments.
Top
Properties
Name Description
Public property FillType
Gets or sets XlsFill type.
Public property GradientStyle
Gets / sets gradient style.
Public property GradientVariant
Gets / sets gradient variant.
Public property OColor
Returns the color of the interior. The color is specified as an index value into the current color palette. Read-only.
Public property Pattern
Returns XlsFill pattern. Read-only.
Public property PatternColorObject
Returns the color of the interior pattern as an index into the current color palette. Read-only.
Top
Methods
Name Description
Public method Clone
Creates copy of the current object.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object Equals(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 a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object GetHashCode .)
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
See Also