| 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: 
   ExpertXls.ExcelLib
    Assembly:
   expertxls (in expertxls.dll) Version: 7.0.0
 Syntax
Syntaxpublic void SetRowHeightInPoints(
	int rowIndex,
	double rowHeightPoints
)
Public Sub SetRowHeightInPoints ( 
	rowIndex As Integer,
	rowHeightPoints As Double
)
Parameters
- rowIndex
- Type: SystemInt32
 The one based row index.
- rowHeightPoints
- Type: SystemDouble
 The row height in points.
 See Also
See Also