Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Type Property


In This Topic
Type Property (IFillFormat)
In This Topic
Gets a FillType value that represents the fill type.
Syntax
'Declaration
 
ReadOnly Property Type As FillType
 
'Usage
 
Dim instance As IFillFormat
Dim value As FillType
 
value = instance.Type

Property Value

The FillType value that represents the fill type.
See Also