Converts from a zero based fractional row position to points (1/72 of an inch).
System.double RowToPoints(
System.double
)
function RowToPoints(
: System.Double
): System.Double;
function RowToPoints(
: System.double
) : System.double;
System.double RowToPoints(
System.double
)
System.double RowToPoints(
System.double
)
'Declaration
Function RowToPoints( _
ByVal 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)
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.
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