Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / GetPreferredWidth Method


In This Topic
    GetPreferredWidth Method (Columns.DefaultColumn)
    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 Columns.DefaultColumn
    Dim value As Single
     
    value = instance.GetPreferredWidth()
    public float GetPreferredWidth()
    See Also