FillFormat.ForeColor Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ForeColor As ColorFormat
Get
Set
'Usage
Dim instance As FillFormat
Dim value As ColorFormat
value = instance.ForeColor
instance.ForeColor = value
ColorFormat ForeColor { get; set; }
Property Value
Type: Microsoft.Office.Core.ColorFormat