Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / DefaultColumnWidth Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    DefaultColumnWidth Method
    In This Topic
    Show the dialog to update default column width.
    Syntax
    'Declaration
     
    
    Public Shared Sub DefaultColumnWidth( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
     
    BuiltInDialogs.DefaultColumnWidth(spread)
    public static void DefaultColumnWidth( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    See Also