UngroupRows

UngroupRows(int, int)

取消组合行。

public void UngroupRows(int firstRow, int lastRow)
范围类型描述
firstRowInt32要取消分组的第一行索引。
lastRowInt32要取消分组的最后一行索引。

也可以看看


UngroupRows(int, int, bool)

取消组合行。

public void UngroupRows(int firstRow, int lastRow, bool addToUndo)
范围类型描述
firstRowInt32要取消分组的第一行索引。
lastRowInt32要取消分组的最后一行索引。
addToUndoBoolean指定是否将此操作添加到撤消管理器中。并且 GridDesktop 的 EnableUndo 属性必须设置为 true。

也可以看看