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


In This Topic
    IsAttached Property (AsyncFunction)
    In This Topic
    Gets a value indicating whether this function is attached to the workbookset.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsAttached As Boolean
    'Usage
     
    
    Dim instance As AsyncFunction
    Dim value As Boolean
     
    value = instance.IsAttached
    public virtual bool IsAttached {get;}

    Property Value

    true if this function is attached to the workbookset; otherwise, false.
    See Also