ColorFormat.Yellow Property

Returns or sets a value that represents the yellow component of a CMYK color.

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

Syntax

'Declaration
Property Yellow As Integer
    Get
    Set
'Usage
Dim instance As ColorFormat
Dim value As Integer

value = instance.Yellow

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

Property Value

Type: System.Int32

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Word Namespace