GridWorksheet.GroupRows

GridWorksheet.GroupRows method

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