SlicerHeightPixel Property |
Returns or sets the height of the specified slicer, in pixels.
Namespace:
Aspose.Cells.Slicers
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int HeightPixel { get; set; }
Public Property HeightPixel As Integer
Get
Set
public:
property int HeightPixel {
int get ();
void set (int value);
}
member HeightPixel : int with get, set
Property Value
Type:
Int32
Examples[C#]
slicer.HeightPixel = 150;
See Also