Unmerges all merged cells intersecting with the specified range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Unmerge ( |
Visual Basic
Copy Code
|
|---|
Public Sub Unmerge( _ |
A string specifying the range of cells to unmerge, in the 'A1:B2' or 'R1C1:R2C2' format.
See Also