'Declaration
Function RowToPoints( _ ByVal row As System.Double _ ) As System.Double
'Usage
Dim instance As IWorksheetWindowInfo Dim row As System.Double Dim value As System.Double value = instance.RowToPoints(row)
System.double RowToPoints( System.double row )
function RowToPoints( row: System.Double ): System.Double;
function RowToPoints( row : System.double ) : System.double;
System.double RowToPoints( System.double row )
System.double RowToPoints( System.double row )
Parameters
- row
- The fractional row position to convert.
Return Value
The distance in points from the top of the first row of the worksheet to the zero based fractional row position.
- 0.0 is the top of the first row.
- 0.5 is the center of the first row.
- 1.0 is the top of the second row.