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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void SetDefaultRowHeightInPoints(
double rowHeightPoints
)
Public Sub SetDefaultRowHeightInPoints (
rowHeightPoints As Double
)
public:
void SetDefaultRowHeightInPoints(
double rowHeightPoints
)
member SetDefaultRowHeightInPoints :
rowHeightPoints : float -> unit
Parameters
- rowHeightPoints Double
- The row height in points