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


BorderCollapse Enumeration
Specifies how the borders of adjacent cells are displayed in the view.
Syntax
'Declaration
 
Public Enum BorderCollapse 
   Inherits System.Enum
 
'Usage
 
Dim instance As BorderCollapse
Members
MemberDescription
CollapseDisplays borders for adjacent cells as collapsed into a single border
EnhancedDisplays borders for adjacent cells as merged into a single border
SeparateDisplays borders for adjacent cells as separate borders detached from each other
Inheritance Hierarchy

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

See Also