Cells.GroupColumns

GroupColumns(int, int)

Groups columns.

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

See Also


GroupColumns(int, int, bool)

Groups columns.

public void GroupColumns(int firstIndex, int lastIndex, bool isHidden)
ParameterTypeDescription
firstIndexInt32The first column index to be grouped.
lastIndexInt32The last column index to be grouped.
isHiddenBooleanSpecifies if the grouped columns are hidden.

See Also