Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreferredSizeRowOptions Enumeration


PreferredSizeRowOptions Enumeration
Specifies the options when getting the preferred height for the row.
Syntax
'Declaration
 
Public Enum PreferredSizeRowOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As PreferredSizeRowOptions
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