Worksheet
CalculateAndGetRowHeight Method
|
Calculates and returns the height of a specific row in a worksheet.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double CalculateAndGetRowHeight(
int rowIndex
)
Public Function CalculateAndGetRowHeight (
rowIndex As Integer
) As Double
public:
double CalculateAndGetRowHeight(
int rowIndex
)
member CalculateAndGetRowHeight :
rowIndex : int -> float
Parameters
-
rowIndex
-
Type:
System
Int32
The index of the row for which to calculate the height.
Return Value
Type:
Double
The height of the specified row in points.
See Also