SetColumnWidthPixel
GridCells.SetColumnWidthPixel method
以像素为单位设置列宽。
public void SetColumnWidthPixel(int column, int pixel)
| 范围 | 类型 | 描述 |
|---|---|---|
| column | Int32 | 列索引。 |
| pixel | Int32 | 像素数。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
以像素为单位设置列宽。
public void SetColumnWidthPixel(int column, int pixel)
| 范围 | 类型 | 描述 |
|---|---|---|
| column | Int32 | 列索引。 |
| pixel | Int32 | 像素数。 |