Spread WPF 17
GrapeCity.Excel Namespace / IName Interface / IsHidden Property


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