GroupRows
GridCells.GroupRows method
对行进行分组。
public void GroupRows(int firstIndex, int lastIndex)
范围 | 类型 | 描述 |
---|---|---|
firstIndex | Int32 | 要分组的第一行索引。 |
lastIndex | Int32 | 要分组的最后一行索引。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
对行进行分组。
public void GroupRows(int firstIndex, int lastIndex)
范围 | 类型 | 描述 |
---|---|---|
firstIndex | Int32 | 要分组的第一行索引。 |
lastIndex | Int32 | 要分组的最后一行索引。 |