Worksheet.GroupRows
Contents
[
Hide
]GroupRows(int, int, int, bool)
Groups rows.
public void GroupRows(int firstRow, int lastRow, int outlineLevel, bool isHidden)
| Parameter | Type | Description |
|---|---|---|
| firstRow | Int32 | The first row index to be grouped. |
| lastRow | Int32 | The last row index to be grouped. |
| outlineLevel | Int32 | outlineLevel |
| isHidden | Boolean | Specifies if the grouped rows are shown. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
GroupRows(int, int, bool)
Groups rows.
public void GroupRows(int firstRow, int lastRow, bool isHidden)
| Parameter | Type | Description |
|---|---|---|
| firstRow | Int32 | The first row index to be grouped. |
| lastRow | Int32 | The last row index to be grouped. |
| isHidden | Boolean | Specifies if the grouped rows are shown. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
GroupRows(int, int, int, bool, bool)
Groups rows.
public void GroupRows(int firstRow, int lastRow, int outlineLevel, bool isHidden, bool addToUndo)
| Parameter | Type | Description |
|---|---|---|
| firstRow | Int32 | The first row index to be grouped. |
| lastRow | Int32 | The last row index to be grouped. |
| outlineLevel | Int32 | outlineLevel |
| isHidden | Boolean | Specifies if the grouped rows are shown. |
| addToUndo | Boolean | Specifies if this operation will be added into undo manager. And the GridDesktop’s EnableUndo property must be set to true. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
GroupRows(int, int, bool, bool)
Groups rows.
public void GroupRows(int firstRow, int lastRow, bool isHidden, bool addToUndo)
| Parameter | Type | Description |
|---|---|---|
| firstRow | Int32 | The first row index to be grouped. |
| lastRow | Int32 | The last row index to be grouped. |
| isHidden | Boolean | Specifies if the grouped rows are shown. |
| addToUndo | Boolean | Specifies if this operation will be added into undo manager. And the GridDesktop’s EnableUndo property must be set to true. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
GroupRows(int, int)
Groups rows.
public void GroupRows(int firstRow, int lastRow)
| Parameter | Type | Description |
|---|---|---|
| firstRow | Int32 | The first row index to be grouped. |
| lastRow | Int32 | The last row index to be grouped. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop