FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / GetPreferredWidth Method


In This Topic
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()
See Also