XlsSlicer
RowHeight Property
|
Gets or sets the height, in points, of each row in the specified slicer.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double RowHeight { get; set; }
Public Property RowHeight As Double
Get
Set
public:
property double RowHeight {
double get ();
void set (double value);
}
member RowHeight : float with get, set
Property Value
Type:
Double
See Also