Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / Combinable Property


In This Topic
    Combinable Property (WorksheetStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the state can be combined with previous state.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Combinable As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    value = instance.Combinable
    public bool Combinable {get;}
    See Also