Slicer.RowHeightPixel

Slicer.RowHeightPixel property

Returns or sets the height, in pixels, of each row in the specified slicer.

public int RowHeightPixel { get; set; }

Examples


[C#]

slicer.RowHeightPixel = 30;

See Also