Aspose::Cells::Slicers::Slicer::SetLeftPixel method
Slicer::SetLeftPixel method
Returns or sets the horizontal offset of slicer shape from its left column, in pixels.
void Aspose::Cells::Slicers::Slicer::SetLeftPixel(int32_t value)
Examples
if (slicer.GetLeftPixel() != 2)
{
slicer.SetLeftPixel(2);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++