WebWorksheet.GroupRows
GroupRows(int, int)
Groups rows.
public void GroupRows(int firstIndex, int lastIndex)
| Parameter | Type | Description |
|---|---|---|
| firstIndex | Int32 | The first row index to be grouped. |
| lastIndex | Int32 | The last row index to be grouped. |
See Also
- class WebWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
GroupRows(int, int, bool)
Groups rows.
public void GroupRows(int firstIndex, int lastIndex, bool isHidden)
| Parameter | Type | Description |
|---|---|---|
| firstIndex | Int32 | The first row index to be grouped. |
| lastIndex | Int32 | The last row index to be grouped. |
| isHidden | Boolean | Specifies if the grouped rows are hidden. |
See Also
- class WebWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb