Share via


ChartColorFormat.Type Property

Represents the type of color. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Type As Integer
    Get
'Usage
Dim instance As ChartColorFormat
Dim value As Integer

value = instance.Type
int Type { get; }

Property Value

Type: System.Int32
MsoColorType

Remarks

The value of the Type property can be one of these MsoColorType constants.

msoColorTypeCMS

msoColorTypeCMYK

msoColorTypeInk

msoColorTypeMixed

msoColorTypeRGB

msoColorTypeScheme

See Also

Reference

ChartColorFormat Interface

ChartColorFormat Members

Microsoft.Office.Interop.PowerPoint Namespace