Aspose::Cells::Slicers::Slicer::GetTopPixel method

Slicer::GetTopPixel method

Returns or sets the vertical offset of slicer shape from its top row, in pixels.

int32_t Aspose::Cells::Slicers::Slicer::GetTopPixel()

Examples

if (slicer.GetTopPixel() != 6)
{
    slicer.SetTopPixel(6);
}

See Also