ExcelWorksheetGetRowHeightInPoints Method |
Gets the specified row height in points. You can specify a row height of 0 to 409.
This value represents the height measurement in points (1 point equals 1/72 inch).
The default row height is 12.75 points.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic double GetRowHeightInPoints(
int rowIndex
)
Public Function GetRowHeightInPoints (
rowIndex As Integer
) As Double
Parameters
- rowIndex Int32
- The one based row index.
Return Value
DoubleThe row height in points.
See Also