Interior.PatternColor Property
Returns or sets the color of the interior pattern as an RGB value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PatternColor As Object
Get
Set
'Usage
Dim instance As Interior
Dim value As Object
value = instance.PatternColor
instance.PatternColor = value
Object PatternColor { get; set; }
Property Value
Type: System.Object