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

Slicer::GetColumnWidth method

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

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

Examples

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

See Also