Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / Pattern Property


In This Topic
Pattern Property (IInterior)
In This Topic
Gets or sets a PatternType value that represents the interior pattern.
Syntax
'Declaration
 
Property Pattern As PatternType
 
'Usage
 
Dim instance As IInterior
Dim value As PatternType
 
instance.Pattern = value
 
value = instance.Pattern

Property Value

A PatternType value represents the interior pattern.
See Also