Increases the outline level of all rows in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Group () |
Visual Basic
Copy Code
|
|---|
Public Function Group () As Boolean |
true if the grouping was successful; otherwise, false.
RemarksGrouping will fail if an outline would be increased beyond the maximum allowed value - 8.
See Also