GemBox.Spreadsheet

ExcelFillPattern.SetSolid Method 

Sets solid pattern using specified fill color.

public void SetSolid(
   Color fillColor
);

Parameters

fillColor
Fill color.

Remarks

This will set PatternStyle to FillPatternStyle.Solid and PatternForegroundColor to fillColor.

See Also

ExcelFillPattern Class | GemBox.Spreadsheet Namespace