SpreadsheetGear 2017
RowToPoints Method (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : RowToPoints Method
The fractional row position to convert.
Converts from a zero based fractional row position to points (1/72 of an inch).
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheetWindowInfo Interface
IWorksheetWindowInfo Members
PointsToRow Method
ColumnToPoints Method
PointsToColumn Method