Worksheet.UngroupRows
Contents
[
Hide
]UngroupRows(int, int)
Ungroups rows.
public void UngroupRows(int firstRow, int lastRow)
Parameter | Type | Description |
---|---|---|
firstRow | Int32 | The first row index to be ungrouped. |
lastRow | Int32 | The last row index to be ungrouped. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
UngroupRows(int, int, bool)
Ungroups rows.
public void UngroupRows(int firstRow, int lastRow, bool addToUndo)
Parameter | Type | Description |
---|---|---|
firstRow | Int32 | The first row index to be ungrouped. |
lastRow | Int32 | The last row index to be ungrouped. |
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