Click or drag to resize

ExcelFill Class

Contains fill pattern settings.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelFill

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public sealed class ExcelFill

The ExcelFill type exposes the following members.

Properties
 NameDescription
Public propertyBackgroundColor Get or sets fill pattern background color.
Public propertyFillStyle Gets or sets fill pattern style.
Public propertyForegroundColor Get or sets fill pattern foreground color.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetFill Sets a complex pattern.
Public methodSetSolid Sets a solid pattern using the specified fill color.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also