Aspose::Cells::Cells::GroupColumns method
Cells::GroupColumns(int32_t, int32_t) method
Groups columns.
void Aspose::Cells::Cells::GroupColumns(int32_t firstIndex, int32_t lastIndex)
| Parameter | Type | Description |
|---|---|---|
| firstIndex | int32_t | The first column index to be grouped. |
| lastIndex | int32_t | The last column index to be grouped. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::GroupColumns(int32_t, int32_t, bool) method
Groups columns.
void Aspose::Cells::Cells::GroupColumns(int32_t firstIndex, int32_t lastIndex, bool isHidden)
| Parameter | Type | Description |
|---|---|---|
| firstIndex | int32_t | The first column index to be grouped. |
| lastIndex | int32_t | The last column index to be grouped. |
| isHidden | bool | Specifies if the grouped columns are hidden. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++