Aspose::Cells::Slicers::Slicer::SetWidth method

Slicer::SetWidth method

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

void Aspose::Cells::Slicers::Slicer::SetWidth(double value)

Examples

if (slicer.GetWidth() != 100)
{
    slicer.SetWidth(100);
}

See Also