Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ExternalDialogs Class / BorderEditor Method
FarPoint Spread


In This Topic
BorderEditor Method
In This Topic
Represents the border editor dialog for the specified FarPoint 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)

Parameters

spread
FarPoint Spread
See Also