StyleArrayWrapper
FillForeground Property
|
Gets / sets index of XlsFill foreground color.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelColors FillForeground { get; set; }
Public Property FillForeground As ExcelColors
Get
Set
public:
property ExcelColors FillForeground {
ExcelColors get ();
void set (ExcelColors value);
}
member FillForeground : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also