Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Regroupable Property


In This Topic
    Regroupable Property (Shape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Regroupable As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.Regroupable
    public bool Regroupable {get;}
    See Also