ChartFont.Color Property
Returns or sets an Object representing the primary color of the object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Color As Object
Get
Set
'Usage
Dim instance As ChartFont
Dim value As Object
value = instance.Color
instance.Color = value
Object Color { get; set; }
Property Value
Type: System.Object
Object