Freigeben über


ChartColorFormat.SchemeColor Property

Returns or sets an Integer value that represents the color of a Color object, as an index in the current color scheme.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.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
IntegerReturns a Long value that represents the red-green-blue value of the specified color.

See Also

Reference

ChartColorFormat Interface

ChartColorFormat Members

Microsoft.Office.Core Namespace