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


In This Topic
Visible Property (IFillFormat)
In This Topic
Gets or sets a value indicating whether this IFillFormat is visible.
Syntax
'Declaration
 
Property Visible As Boolean
 
'Usage
 
Dim instance As IFillFormat
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

Property Value

true if this IFillFormat is visible; otherwise, false.
See Also