Search
Worksheet.Unmerge Method (String)
See Also
 






Unmerges all merged cells intersecting with the specified range.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Unmerge (
    string range
)

Visual Basic  Copy Code

Public Sub Unmerge( _
    range As String _
)

 Parameters

range

A string specifying the range of cells to unmerge, in the 'A1:B2' or 'R1C1:R2C2' format.

 See Also