Aspose::Cells::Slicers::Slicer::SetColumnWidthPixel method
Slicer::SetColumnWidthPixel method
Gets or sets the width in unit of pixels for each column of the slicer.
void Aspose::Cells::Slicers::Slicer::SetColumnWidthPixel(int32_t value)
Examples
if (slicer.GetColumnWidthPixel() != 120)
{
slicer.SetColumnWidthPixel(120);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++