Spread Windows Forms 15.0
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
    public bool Show {get; set;}
    See Also