'Declaration Overloads Public Operator Widening CType( _ ByVal columnWidth As ColumnWidth _ ) As Double
'Usage
public double operator implicit( ColumnWidth columnWidth )
Parameters
- columnWidth
- The ColumnWidth to convert.
Return Value
A double representing the absolute value in pixels of the provided ColumnWidth structure.