GroupRows

Using the Excel web version and trying to implement something I saw in the documentation GroupRows.

Not understanding how to implement this.

I'm generating a worksheet in the following way

WebWorksheets sheets = ExcelWeb1.WebWorksheets; WebWorksheet sheet = sheets[sheets.Add("result")];

sheet.Cells[0, 0].StringValue = "Row 0 Parent";

sheet.Cells[1, 0].StringValue = "Row 1 child grouped under Row 0";

How do I use a GroupRows to make Row 1 a child of Row 0. Thanks

Aspose.Excel.Web is updated to Aspose.Grid now. GroupRows feature is not supported in Aspose.Excel.Web or Aspose.Grid now.

We are investigating this feature and will add it in the future realse if it's possible.