XlsRangesCollection
RowHeight Property
|
Returns the height of all the rows in the range specified,
measured in points. Returns Double.MinValue if the rows in the specified range
aren't all the same height. Read / write Double.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
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:
virtual property double RowHeight {
double get () sealed;
void set (double value) sealed;
}
abstract RowHeight : float with get, set
override RowHeight : float with get, set
Property Value
Type:
Double
Implements
IXLSRange
RowHeight
See Also