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


In This Topic
Pattern Property (ILineFormat)
In This Topic
Gets or sets the GrapeCity.Spreadsheet.PatternType value that represents the fill pattern.
Syntax
'Declaration
 
Property Pattern As PatternType
 
'Usage
 
Dim instance As ILineFormat
Dim value As PatternType
 
instance.Pattern = value
 
value = instance.Pattern

Property Value

The fill pattern.
See Also