Spread Windows Forms 11.0 Product Documentation
BorderEditor Method
Example 


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > ExternalDialogs Class : BorderEditor Method
FarPoint Spread
Represents the border editor dialog for the specified Spread.
Syntax
'Declaration
 
Public Shared Function BorderEditor( _
   ByVal spread As FpSpread _
) As Boolean
'Usage
 
Dim spread As FpSpread
Dim value As Boolean
 
value = ExternalDialogs.BorderEditor(spread)
public static bool BorderEditor( 
   FpSpread spread
)

Parameters

spread
FarPoint Spread

Return Value

Boolean: true if successful; false otherwise
Example
This example uses the BorderEditor.
// Add the designer reference to the project
FarPoint.Win.Spread.Design.ExternalDialogs.BorderEditor(fpSpread1);
' Add the designer reference to the project
FarPoint.Win.Spread.Design.ExternalDialogs.BorderEditor(FpSpread1)
See Also

Reference

ExternalDialogs Class
ExternalDialogs Members