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