Click or drag to resize

AddtionalFormatWrapper FillPattern Property

Gets or sets the fill pattern of the cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelPatternType FillPattern { get; set; }

Property Value

Type: ExcelPatternType
The fill pattern.

Implements

IExtendedFormat FillPattern
See Also