Aspose::Cells::Slicers::Slicer::SetColumnWidth method
Slicer::SetColumnWidth method
Returns or sets the width of each column in the slicer in unit of points.
void Aspose::Cells::Slicers::Slicer::SetColumnWidth(double value)
Examples
if (slicer.GetColumnWidth() != 80)
{
slicer.SetColumnWidth(80);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++