XlsRange
SetRowHeight Method
|
Sets row height.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetRowHeight(
double rowHeight,
bool bIsBadFontHeight
)
Public Sub SetRowHeight (
rowHeight As Double,
bIsBadFontHeight As Boolean
)
public:
void SetRowHeight(
double rowHeight,
bool bIsBadFontHeight
)
member SetRowHeight :
rowHeight : float *
bIsBadFontHeight : bool -> unit
Parameters
-
rowHeight
-
Type:
System
Double
Row height
-
bIsBadFontHeight
-
Type:
System
Boolean
Indicates whether font and row height are not compatible.
See Also