LeftPixel
Slicer.LeftPixel property
返回或设置切片器形状与其左列的水平偏移量,以像素为单位。
public int LeftPixel { get; set; }
例子
[C#]
slicer.LeftPixel = 2;
也可以看看
- class Slicer
- 命名空间 Aspose.Cells.Slicers
- 部件 Aspose.Cells
返回或设置切片器形状与其左列的水平偏移量,以像素为单位。
public int LeftPixel { get; set; }
[C#]
slicer.LeftPixel = 2;