Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / Visible Property


In This Topic
    Visible Property (IName)
    In This Topic
    Gets or sets the property which determines whether this defined name is visible to the user.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IName
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}

    Property Value

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