Aspose::Cells::Slicers::Slicer::GetColumnWidth method

Slicer::GetColumnWidth method

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

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

Examples

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

See Also