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


In This Topic
    IsReusable Property
    In This Topic
    Gets a value indicating whether this instance can be reused via composing.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsReusable As Boolean
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim value As Boolean
     
    value = instance.IsReusable
    bool IsReusable {get;}

    Property Value

    true if this instance can be reused via composing; otherwise, false.
    See Also