Click or drag to resize

XlsWorksheet UngroupByColumns Method

Ungroups 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 UngroupByColumns(
	int firstColumn,
	int lastColumn
)

Parameters

firstColumn
Type: System Int32
The first column index to be grouped.
lastColumn
Type: System Int32
The last column index to be grouped.

Return Value

Type: CellRange
See Also