Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoFitRowOptions Property


In This Topic
    AutoFitRowOptions Property (FpSpread)
    In This Topic
    Gets or sets the behavior of automatic fit when double-clicking the bottom edge of the row header.
    Syntax
    'Declaration
     
    
    Public Property AutoFitRowOptions As PreferredSizeRowOptions
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As PreferredSizeRowOptions
     
    instance.AutoFitRowOptions = value
     
    value = instance.AutoFitRowOptions
    public PreferredSizeRowOptions AutoFitRowOptions {get; set;}
    See Also