Cells.GroupRows

GroupRows(int, int, bool)

Groups rows.

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

See Also


GroupRows(int, int)

Groups rows.

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

See Also