Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / EuroFunction Class / IsAttached Property


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

    Property Value

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