ExcelWorksheetSetDefaultRowHeightInPoints Method |
Sets the default 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.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void SetDefaultRowHeightInPoints(
double rowHeightPoints
)
Public Sub SetDefaultRowHeightInPoints (
rowHeightPoints As Double
)
Parameters
- rowHeightPoints
- Type: SystemDouble
Row height in points.
See Also