Slicer.RowHeight

Slicer.RowHeight property

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

public double RowHeight { get; set; }

Examples


[C#]

slicer.RowHeight = 20;

See Also