Worksheet.UngroupColumns

UngroupColumns(int, int)

Ungroups columns.

public void UngroupColumns(int firstColumn, int lastColumn)
ParameterTypeDescription
firstColumnInt32The first column index to ungrouped.
lastColumnInt32The last column index to ungrouped.

See Also


UngroupColumns(int, int, bool)

Ungroups columns.

public void UngroupColumns(int firstColumn, int lastColumn, bool addToUndo)
ParameterTypeDescription
firstColumnInt32The first column index to ungrouped.
lastColumnInt32The last column index to ungrouped.
addToUndoBooleanSpecifies if this operation will be added into undo manager. And the GridDesktop’s EnableUndo property must be set to true.

See Also