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


In This Topic
Visibility Property
In This Topic
Gets or sets a value indicating whether this ExcelShape is visibility.
Syntax
'Declaration
 
Public Property Visibility As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.Visibility = value
 
value = instance.Visibility

Property Value

true if visibility; otherwise, false.
See Also