Decreses the outline level of all rows in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Ungroup () |
Visual Basic
Copy Code
|
|---|
Public Function Ungroup () As Boolean |
true if the ungrouping was successful; otherwise, false.
RemarksUngrouping will fail if the outline of all columns in the range is already zero.
See Also