Aspose::Cells::Slicers::Slicer::SetColumnWidth method

Slicer::SetColumnWidth method

Returns or sets the width, in points, of each column in the slicer.

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

Examples

if (slicer.GetColumnWidth() != 80)
{
    slicer.SetColumnWidth(80);
}

See Also