RowCollection.ExpandAllGroups() Method
Expands all the row groups in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The table below lists API methods that allow you to collapse/expand row and column groups in a worksheet:
Method | Description |
---|---|
Collapses all the column/row groups in a worksheet. | |
Collapses column/row groups starting from the specified level. | |
ColumnCollection.ExpandAllGroups RowCollection.ExpandAllGroups | Expands all the column/row groups in a worksheet. |
Refer to the Data Grouping article to learn more on how to group data in a worksheet and specify group settings.
See Also