Share via


ChartColorFormat.Type Property

Returns an Integer value that that represents the color format type.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Integer

Remarks

This property returns one of the following MsoColorType enumeration values:

  • msoColorTypeRGB()

  • msoColorTypeScheme()

See Also

Reference

ChartColorFormat Interface

ChartColorFormat Members

Microsoft.Office.Interop.Word Namespace