Search
Worksheet.Unmerge Method (CellRange)
See Also
 






Unmerges all merged cells intersecting with the specified range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Unmerge (
    CellRange range
)

Visual Basic  Copy Code

Public Sub Unmerge( _
    range As CellRange _
)

 Parameters

range

A range that specifies the cells to unmerge.

 See Also