SetRowHeight
GridCells.SetRowHeight method
设置指定行的高度。
public void SetRowHeight(int row, double height)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
height | Double | 行高。以点为单位,应在 0 到 409.5 之间。 |
评论
要隐藏一行,请将行高设置为零。
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb