Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / Attach Method
The extensible object that aggregates this extension.


In This Topic
    Attach Method (ICompositeExtendData)
    In This Topic
    Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property.
    Syntax
    'Declaration
     
    
    Sub Attach( _
       ByVal owner As Styles _
    ) 
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim owner As Styles
     
    instance.Attach(owner)
    void Attach( 
       Styles owner
    )

    Parameters

    owner
    The extensible object that aggregates this extension.
    See Also