Slicer.ColumnWidthPixel

Slicer.ColumnWidthPixel property

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

public int ColumnWidthPixel { get; set; }

Examples


[C#]

slicer.ColumnWidthPixel = 120;

See Also