SetRowHeightInch
GridCells.SetRowHeightInch method
以英寸为单位设置行高。
public void SetRowHeightInch(int row, double inches)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
inches | Double | 英寸数。它应该在 0 到 409.5/72 之间。 |
以英寸为单位设置行高。
public void SetRowHeightInch(int row, double inches)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
inches | Double | 英寸数。它应该在 0 到 409.5/72 之间。 |