Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ExcelColors ForeGroundKnownColor { get; set; }
Public Property ForeGroundKnownColor As ExcelColors
	Get
	Set
public:
virtual property ExcelColors ForeGroundKnownColor {
	ExcelColors get () sealed;
	void set (ExcelColors value) sealed;
}
abstract ForeGroundKnownColor : ExcelColors with get, set
override ForeGroundKnownColor : ExcelColors with get, set

Property Value

ExcelColors

See Also