Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / Key Property


In This Topic
    Key Property (ICompositeExtendData)
    In This Topic
    Gets the identifier of the extension.
    Syntax
    'Declaration
     
    
    ReadOnly Property Key As Guid
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim value As Guid
     
    value = instance.Key
    Guid Key {get;}

    Property Value

    A System.Guid value represents the extension's identifier.
    See Also