Aspose::Cells::Slicers::Slicer::GetLeftPixel method

Slicer::GetLeftPixel method

Returns or sets the horizontal offset of slicer shape from its left column, in pixels.

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

Examples

if (slicer.GetLeftPixel() != 2)
{
    slicer.SetLeftPixel(2);
}

See Also