Returns or sets the vertical offset of slicer shape from its top row, in pixels.
Namespace:
Aspose.Cells.Slicers
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int TopPixel { get; set; }
Public Property TopPixel As Integer
Get
Set
public:
property int TopPixel {
int get ();
void set (int value);
}
member TopPixel : int with get, set
Property Value
Type:
Int32
Examples[C#]
slicer.TopPixel = 6;
See Also