Slicer.RowHeight Property

Definition

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

public:
 property double RowHeight { double get(); void set(double value); };
public double RowHeight { get; set; }
Public Property RowHeight As Double

Property Value

The height, in points, of each row in the specified slicer.

Remarks

Read/write.

This property does not affect the height of the slicer. Use the Height property of the Slicer object to return or set the height of the slicer.

Applies to