Slicer.RowHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.