Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelNoteShape Class / Show Property


In This Topic
Show Property
In This Topic
Gets or sets note show or not.
Syntax
'Declaration
 
Public Property Show As Boolean
 
'Usage
 
Dim instance As ExcelNoteShape
Dim value As Boolean
 
instance.Show = value
 
value = instance.Show
See Also