Aspose::Cells::Slicers::Slicer::GetWidthPixel method
Slicer::GetWidthPixel method
Returns or sets the width of the specified slicer, in pixels.
int32_t Aspose::Cells::Slicers::Slicer::GetWidthPixel()
Examples
if (slicer.GetWidthPixel() != 120)
{
slicer.SetWidthPixel(120);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++