Cells.UngroupRows
UngroupRows(int, int, bool)
Ungroups rows.
public void UngroupRows(int firstIndex, int lastIndex, bool isAll)
Parameter | Type | Description |
---|---|---|
firstIndex | Int32 | The first row index to be ungrouped. |
lastIndex | Int32 | The last row index to be ungrouped. |
isAll | Boolean | True, removes all grouped info.Otherwise, remove the outer group info. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
UngroupRows(int, int)
Ungroups rows.
public void UngroupRows(int firstIndex, int lastIndex)
Parameter | Type | Description |
---|---|---|
firstIndex | Int32 | The first row index to be ungrouped. |
lastIndex | Int32 | The last row index to be ungrouped. |
Remarks
Only removes outer group info.
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells