Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillType Property


In This Topic
FillType Property
In This Topic
Gets or sets the type of the fill.
Syntax
'Declaration
 
Public Property FillType As MsoFillType
 
'Usage
 
Dim instance As ExcelShape
Dim value As MsoFillType
 
instance.FillType = value
 
value = instance.FillType

Property Value

type of the fill
See Also