Aspose::Cells::Slicers::Slicer::SetWidthPixel method

Slicer::SetWidthPixel method

Returns or sets the width of the specified slicer, in pixels.

void Aspose::Cells::Slicers::Slicer::SetWidthPixel(int32_t value)

Examples

if (slicer.GetWidthPixel() != 120)
{
    slicer.SetWidthPixel(120);
}

See Also