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