Spread WPF 17
GrapeCity.Excel Namespace / NamedCellRange Class / IsHidden Property


In This Topic
    IsHidden Property (NamedCellRange)
    In This Topic
    Gets or sets the property which determines whether this defined name is hidden to the user.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHidden As Boolean
    'Usage
     
    Dim instance As NamedCellRange
    Dim value As Boolean
     
    value = instance.IsHidden
    public bool IsHidden {get;}
    See Also