Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / PatternType Property


In This Topic
PatternType Property
In This Topic
Gets the fill pattern type of this pattern fill.
Syntax
'Declaration
 
Public ReadOnly Property PatternType As PatternType
 
'Usage
 
Dim instance As Fill
Dim value As PatternType
 
value = instance.PatternType

Property Value

A PatternType value represents the fill pattern type of this pattern fill.
See Also