Specifies how the borders of adjacent cells are displayed in the view.
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Enum BorderCollapse 
   Inherits System.Enum | 
 Members
Members
            Remarks
            
            
             Example
Example
| C# |  Copy Code | 
|---|
| fpSpread1.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Separate;
fpSpread1.ActiveSheet.Cells[0, 0, 3, 3].Border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
 | 
| Visual Basic |  Copy Code | 
|---|
| FpSpread1.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Separate
FpSpread1.ActiveSheet.Cells(0, 0, 3, 3).Border = New FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised)
 | 
 Inheritance Hierarchy
Inheritance Hierarchy
             Requirements
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
 See Also
See Also