ColorFormat.SchemeColor Property

Returns or sets the color of a color 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 ColorFormat
Dim value As Integer

value = instance.SchemeColor

instance.SchemeColor = value
int SchemeColor { get; set; }

Property Value

Type: System.Int32

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Excel Namespace