Search
ColumnRange.Ungroup Method
See Also
 






Decreses the outline level of all columns in the range.

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

 Syntax

C#  Copy Code

public bool Ungroup ()

Visual Basic  Copy Code

Public Function Ungroup () As Boolean

 Return Value

true if the ungrouping was successful; otherwise, false.

 Remarks

Ungrouping will fail if the outline of all columns in the range is already zero.

 See Also