Search
RowRange.Group Method
See Also
 






Increases the outline level of all rows in the range.

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

 Syntax

C#  Copy Code

public bool Group ()

Visual Basic  Copy Code

Public Function Group () As Boolean

 Return Value

true if the grouping was successful; otherwise, false.

 Remarks

Grouping will fail if an outline would be increased beyond the maximum allowed value - 8.

 See Also