Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / GetPreferredWidth Method


In This Topic
    GetPreferredWidth Method
    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