UngroupRows

UngroupRows(int, int, bool)

取消组合行。

public void UngroupRows(int firstIndex, int lastIndex, bool isAll)
范围类型描述
firstIndexInt32要取消分组的第一行索引。
lastIndexInt32要取消分组的最后一行索引。
isAllBooleanTrue,删除所有分组信息。否则,删除外部组信息。

也可以看看


UngroupRows(int, int)

取消组合行。

public void UngroupRows(int firstIndex, int lastIndex)
范围类型描述
firstIndexInt32要取消分组的第一行索引。
lastIndexInt32要取消分组的最后一行索引。

评论

只删除外部组信息。

也可以看看