Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / NameInfo Class / Visible Property


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

    Property Value

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