Aspose::Cells::Slicers::Slicer::GetWidth method

Slicer::GetWidth method

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

double Aspose::Cells::Slicers::Slicer::GetWidth()

Examples

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

See Also