Expand/Collapse property

Hello,

I have a few questions about the group rows property.

1. I would like to know if it is possible to expand/collapse all the rows that are previously set as expanded/collapsed?

2. Is it possible to set a default option to the expand/collpase property, i.e. the user wants to have some rows that are expanded by default and collpase them later?

3. I couldn't manage to find the groupcolumns property, do you have already implemented it?

Thanks in adavance for your reply

Erjona

Hi,

Well, Aspose.Grid.Web provides Grouping Rows feature and you may use it group all the rows for your need. By default, the rows would be expanded, you my click on the “-” sign to collapse them, check the document for your reference: Group Rows and Create Subtotal , you may also see the featured demo at :GitHub - aspose-cells/Aspose.Cells-for-.NET: Aspose.Cells for .NET examples, plugins and showcases

And, Aspose.Grid.Web does not provide to group columns feature currently, we may look into the feature in future.

Thank you.