Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreferredSizeRowOptions Enumeration


In This Topic
    PreferredSizeRowOptions Enumeration
    In This Topic
    Specifies the options when getting the preferred height for the row.
    Syntax
    'Declaration
     
    
    Public Enum PreferredSizeRowOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PreferredSizeRowOptions
    public enum PreferredSizeRowOptions : System.Enum 
    Members
    MemberDescription
    ExcludeHeadersSpecifies to ignore headers
    ExcludeSpansSpecifies to ignore spans
    IncludeAllSpecifies to Include all automatic fit options
    OffSpecifies to turn off automatic fit for the row height
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.PreferredSizeRowOptions

    See Also