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