Interior.Pattern Property
Returns or sets a Object, containing an XlPattern constant, that represents the interior pattern.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Object