ChartFillFormat.ForeColor Property
Returns a ChartColorFormat object that represents the specified foreground fill or solid color.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ForeColor As ChartColorFormat
Get
'Usage
Dim instance As ChartFillFormat
Dim value As ChartColorFormat
value = instance.ForeColor
ChartColorFormat ForeColor { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ChartColorFormat