ChartColorFormat.SchemeColor Property
Returns or sets the color of a ChartColorFormat object as an index in the current color scheme.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SchemeColor As Integer
Get
Set
'Usage
Dim instance As ChartColorFormat
Dim value As Integer
value = instance.SchemeColor
instance.SchemeColor = value
int SchemeColor { get; set; }
Property Value
Type: System.Int32