Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / MergedCells Property


In This Topic
    MergedCells Property
    In This Topic
    Gets a boolean value indicating whether the merged cell is changed.
    Syntax
    'Declaration
     
    
    Public Property MergedCells As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.MergedCells = value
     
    value = instance.MergedCells
    public bool MergedCells {get; set;}
    See Also