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