Worksheet.GroupColumns
Contents
[
Hide
]GroupColumns(int, int, bool, bool)
Groups columns.
public void GroupColumns(int firstColumn, int lastColumn, bool isHidden, bool addToUndo)
| Parameter | Type | Description |
|---|---|---|
| firstColumn | Int32 | The first column index to be grouped. |
| lastColumn | Int32 | The last column index to be grouped. |
| isHidden | Boolean | Specifies if the grouped columns are hidden |
| 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
GroupColumns(int, int, int, bool)
Groups columns.
public void GroupColumns(int firstColumn, int lastColumn, int outlineLevel, bool isHidden)
| Parameter | Type | Description |
|---|---|---|
| firstColumn | Int32 | The first column index to be grouped. |
| lastColumn | Int32 | The last column index to be grouped. |
| outlineLevel | Int32 | outlineLevel |
| isHidden | Boolean | Specifies if the grouped columns are hidden |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
GroupColumns(int, int)
Groups columns.
public void GroupColumns(int firstColumn, int lastColumn)
| Parameter | Type | Description |
|---|---|---|
| firstColumn | Int32 | The first column index to be grouped. |
| lastColumn | Int32 | The last column index to be grouped. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop