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
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++