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