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