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