MindFusion.Wpf Pack Programmer's Guide
Worksheet.Unmerge Method (Int32, Int32, Int32, Int32)
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 (
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
)

Visual Basic  Copy Code

Public Sub Unmerge( _
    topLeftColumn As Integer, _
    topLeftRow As Integer, _
    bottomRightColumn As Integer, _
    bottomRightRow As Integer _
)

 Parameters

topLeftColumn

The top-left column of the range of cells.

topLeftRow

The top-left row of the range of cells.

bottomRightColumn

The bottom-right column of the range of cells.

bottomRightRow

The bottom-right row of the range of cells.

 See Also

Unmerge Method Overload List
Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace