Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AutoFitRowOptions Property


In This Topic
    AutoFitRowOptions Property (SpreadView)
    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 SpreadView
    Dim value As PreferredSizeRowOptions
     
    instance.AutoFitRowOptions = value
     
    value = instance.AutoFitRowOptions
    public PreferredSizeRowOptions AutoFitRowOptions {get; set;}
    See Also