'Declaration Public Overloads Function GetColumnWidth( _ ByVal column As System.Integer _ ) As System.Double
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.Double value = instance.GetColumnWidth(column)
public System.double GetColumnWidth( System.int column )
Parameters
- column
- The column index.
Return Value
Returns the column width in pixels.