XlsWorksheet
GroupByColumns Method
|
Groups columns.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange GroupByColumns(
int firstColumn,
int lastColumn,
bool isCollapsed
)
Public Function GroupByColumns (
firstColumn As Integer,
lastColumn As Integer,
isCollapsed As Boolean
) As CellRange
public:
CellRange^ GroupByColumns(
int firstColumn,
int lastColumn,
bool isCollapsed
)
member GroupByColumns :
firstColumn : int *
lastColumn : int *
isCollapsed : bool -> CellRange
Parameters
-
firstColumn
-
Type:
System
Int32
The first column index to be grouped.
-
lastColumn
-
Type:
System
Int32
The last column index to be grouped.
-
isCollapsed
-
Type:
System
Boolean
Indicates whether group should be collapsed.
Return Value
Type:
CellRange
See Also