Click or drag to resize

ExcelFillSetFill Method

Sets a complex pattern.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void SetFill(
	FillPattern fillStyle,
	SKColor foregroundColor,
	SKColor backgroundColor
)

Parameters

fillStyle  FillPattern
Pattern style.
foregroundColor  SKColor
Foreground color.
backgroundColor  SKColor
Background color.
See Also