Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / MergeCells Property


In This Topic
    MergeCells Property (IRange)
    In This Topic
    Gets or sets a value indicating whether this range contains merged cells.
    Syntax
    'Declaration
     
    
    Property MergeCells As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim value As Boolean
     
    instance.MergeCells = value
     
    value = instance.MergeCells
    bool MergeCells {get; set;}

    Property Value

    true if this range contains merged cells; otherwise, false.
    See Also