Sets a solid pattern using the specified fill color.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void SetSolid(
SKColor fillColor
)
Public Sub SetSolid (
fillColor As SKColor
)
Parameters
- fillColor SKColor
- Fill color.
See Also