ExcelWorksheetSetRowHeightInPoints Method
Sets the row height in points for the specified row. 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. If the row height is set to 0, the row is hidden.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void SetRowHeightInPoints(
int rowIndex,
double rowHeightPoints
)
Public Sub SetRowHeightInPoints (
rowIndex As Integer,
rowHeightPoints As Double
)
public:
void SetRowHeightInPoints(
int rowIndex,
double rowHeightPoints
)
member SetRowHeightInPoints :
rowIndex : int *
rowHeightPoints : float -> unit
Parameters
- rowIndex Int32
- The one based row index.
- rowHeightPoints Double
- The row height in points.