SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : RowToPoints Method |
'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 )
The distance in points from the top of the first row of the worksheet to the zero based fractional row position.
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