Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Double
bIsBadFontHeight
Boolean

See Also