'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 )
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.