WidthPixel
Slicer.WidthPixel property
返回或设置指定切片器的宽度,以像素为单位。
public int WidthPixel { get; set; }
例子
[C#]
slicer.WidthPixel = 120;
也可以看看
- class Slicer
- 命名空间 Aspose.Cells.Slicers
- 部件 Aspose.Cells
返回或设置指定切片器的宽度,以像素为单位。
public int WidthPixel { get; set; }
[C#]
slicer.WidthPixel = 120;