Represents the border editor dialog for the specified Spread.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Shared Function BorderEditor( _
   ByVal spread As FpSpread _
) As Boolean  | 
 
            Parameters
- spread
 
- FarPoint Spread
 
            
            Return Value
Boolean: 
true if successful; 
false otherwise
 
            
						
            
            
            
            
Example
This example uses the BorderEditor.
             
| C# |  Copy Code | 
|---|
// Add the designer reference to the project
FarPoint.Win.Spread.Design.ExternalDialogs.BorderEditor(fpSpread1);  | 
 
| Visual Basic |  Copy Code | 
|---|
' Add the designer reference to the project
FarPoint.Win.Spread.Design.ExternalDialogs.BorderEditor(FpSpread1)  | 
 
 
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also