Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / RowHeaderAutoWidthMax Property


In This Topic
    RowHeaderAutoWidthMax Property
    In This Topic
    Gets or sets the maximum auto-width of the row header.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderAutoWidthMax As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.RowHeaderAutoWidthMax = value
     
    value = instance.RowHeaderAutoWidthMax
    public int RowHeaderAutoWidthMax {get; set;}
    Remarks
    0 means the feature is disabled, A positive value indicates the maximum width of the row header width. A negative value indicates that there is no limitation for the maximum width of the row header.
    See Also