GetPreferredWidth Method (Column)
Gets the minimum width necessary to display all the text within the specified column.
public float GetPreferredWidth()
'Declaration
Public Function GetPreferredWidth() As Single
'Usage
Dim instance As Column
Dim value As Single
value = instance.GetPreferredWidth()