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


spread
FarPoint Spread
helpFile
Help file
topic
Topic

Glossary Item Box

Represents the Spread settings editor dialog for the specified Spread.

Syntax

Visual Basic (Declaration) 
Public Shared Function SpreadSettingsEditor( _
   ByVal spread As FpSpread, _
   ByVal helpFile As String, _
   ByVal topic As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim spread As FpSpread
Dim helpFile As String
Dim topic As String
Dim value As Boolean
 
value = ExternalDialogs.SpreadSettingsEditor(spread, helpFile, topic)
C# 
public static bool SpreadSettingsEditor( 
   FpSpread spread,
   string helpFile,
   string topic
)

Parameters

spread
FarPoint Spread
helpFile
Help file
topic
Topic

Return Value

Boolean: true if successful; false otherwise

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

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