Interior.Pattern Property
Returns or sets the interior pattern.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Pattern As Object
Get
Set
'Usage
Dim instance As Interior
Dim value As Object
value = instance.Pattern
instance.Pattern = value
Object Pattern { get; set; }
Property Value
Type: System.Object
Remarks
The Pattern property can be one of the following XlPattern constants.
xlPatternAutomatic
xlPatternChecker
xlPatternCrissCross
xlPatternDown
xlPatternGray16
xlPatternGray25
xlPatternGray50
xlPatternGray75
xlPatternGray8
xlPatternGrid
xlPatternHorizontal
xlPatternLightDown
xlPatternLightHorizontal
xlPatternLightUp
xlPatternLightVertical
xlPatternNone
xlPatternSemiGray75
xlPatternSolid
xlPatternUp
xlPatternVertical