MsoColorType Enumeration

Specifies the color type.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoColorType
'Usage
Dim instance As MsoColorType
public enum MsoColorType

Members

Member name Description
msoColorTypeMixed Not supported.
msoColorTypeRGB Color is determined by values of red, green, and blue.
msoColorTypeScheme Color is defined by an application-specific scheme.
msoColorTypeCMYK Color is determined by values of cyan, magenta, yellow, and black.
msoColorTypeCMS Color Management System color type.
msoColorTypeInk Not supported.

See Also

Reference

Microsoft.Office.Core Namespace