Spread Windows Forms 6.0 Product Documentation
BorderEditor Method
See Also  Example Support Options
FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > ExternalDialogs Class : BorderEditor Method


spread
FarPoint Spread

Glossary Item Box

Represents the border editor dialog for the specified Spread.

Syntax

Visual Basic (Declaration) 
Public Shared Function BorderEditor( _
   ByVal spread As FpSpread _
) As Boolean
Visual Basic (Usage)Copy Code
Dim spread As FpSpread
Dim value As Boolean
 
value = ExternalDialogs.BorderEditor(spread)
C# 
public static bool BorderEditor( 
   FpSpread spread
)

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 BasicCopy Code
' Add the designer reference to the project
FarPoint.Win.Spread.Design.ExternalDialogs.BorderEditor(FpSpread1)

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.