Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncFunction Class / Hidden Property


In This Topic
    Hidden Property (AsyncFunction)
    In This Topic
    Gets a boolean value indicating whether the function is hidden.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Hidden As Boolean
    'Usage
     
    
    Dim instance As AsyncFunction
    Dim value As Boolean
     
    value = instance.Hidden
    public bool Hidden {get;}
    See Also