Cells.UngroupColumns

Cells.UngroupColumns method

Ungroups columns.

public void UngroupColumns(int firstIndex, int lastIndex)
ParameterTypeDescription
firstIndexInt32The first column index to be ungrouped.
lastIndexInt32The last column index to be ungrouped.

See Also