Cells.GroupColumns
GroupColumns(int, int)
Groups columns.
public void GroupColumns(int firstIndex, int lastIndex)
Parameter | Type | Description |
---|---|---|
firstIndex | Int32 | The first column index to be grouped. |
lastIndex | Int32 | The last column index to be grouped. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
GroupColumns(int, int, bool)
Groups columns.
public void GroupColumns(int firstIndex, int lastIndex, bool isHidden)
Parameter | Type | Description |
---|---|---|
firstIndex | Int32 | The first column index to be grouped. |
lastIndex | Int32 | The last column index to be grouped. |
isHidden | Boolean | Specifies if the grouped columns are hidden. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells