'DeclarationFunction ColumnToPoints( _ ByVal column As System.Double _ ) As System.Double
'UsageDim 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 )
Parameters
- column
 - The fractional column position to convert.
 
Return Value
The distance in points from the left edge of the first column of the worksheet to the zero based fractional column position.
- 0.0 is the left edge of the first column.
 - 0.5 is the center of the first column.
 - 1.0 is the left edge of the second column.