Worksheet.UngroupColumns
UngroupColumns(int, int)
Ungroups columns.
public void UngroupColumns(int firstColumn, int lastColumn)
Parameter | Type | Description |
---|---|---|
firstColumn | Int32 | The first column index to ungrouped. |
lastColumn | Int32 | The last column index to ungrouped. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
UngroupColumns(int, int, bool)
Ungroups columns.
public void UngroupColumns(int firstColumn, int lastColumn, bool addToUndo)
Parameter | Type | Description |
---|---|---|
firstColumn | Int32 | The first column index to ungrouped. |
lastColumn | Int32 | The last column index to 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