Sets a complex pattern.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void SetFill(
FillPattern fillStyle,
SKColor foregroundColor,
SKColor backgroundColor
)
Public Sub SetFill (
fillStyle As FillPattern,
foregroundColor As SKColor,
backgroundColor As SKColor
)
Parameters
- fillStyle FillPattern
- Pattern style.
- foregroundColor SKColor
- Foreground color.
- backgroundColor SKColor
- Background color.
See Also