Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Visible Property


In This Topic
    Visible Property (IComment)
    In This Topic
    Gets or sets a boolean value that determines whether the object is visible.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IComment
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}
    See Also