Converts from points (1/72 of an inch) to a zero based fractional row position.
'Declaration
Function PointsToRow( _
ByVal As System.Double _
) As System.Double
'Usage
Dim instance As IWorksheetWindowInfo
Dim y As System.Double
Dim value As System.Double
value = instance.PointsToRow(y)
System.double PointsToRow(
System.double
)
Parameters
- y
- The distance in points from the top of the first row of the worksheet.
Return Value
The zero based fractional row position of the specified location.
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