SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : ColumnToPoints Method |
'Declaration
Function ColumnToPoints( _ ByVal column As System.Double _ ) As System.Double
'Usage
Dim instance As IWorksheetWindowInfo Dim column As System.Double Dim value As System.Double value = instance.ColumnToPoints(column)
System.double ColumnToPoints( System.double column )
function ColumnToPoints( column: System.Double ): System.Double;
function ColumnToPoints( column : System.double ) : System.double;
System.double ColumnToPoints( System.double column )
System.double ColumnToPoints( System.double column )
The distance in points from the left edge of the first column of the worksheet to the zero based fractional column 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