Aspose::Cells::Slicers::Slicer::GetColumnWidthPixel method

Slicer::GetColumnWidthPixel method

Gets or sets the width of each column in the slicer, in unit of pixels.

int32_t Aspose::Cells::Slicers::Slicer::GetColumnWidthPixel()

Examples

if (slicer.GetColumnWidthPixel() != 120)
{
    slicer.SetColumnWidthPixel(120);
}

See Also