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


In This Topic
FillOpacity Property
In This Topic
Gets or sets the fill opacity.
Syntax
'Declaration
 
Public Property FillOpacity As Integer
 
'Usage
 
Dim instance As ExcelShape
Dim value As Integer
 
instance.FillOpacity = value
 
value = instance.FillOpacity

Property Value

fill opacity
See Also