Spread Windows Forms 8.0 Product Documentation
SpreadSettingsEditor Method


FarPoint Spread
Help file
Topic
Represents the Spread settings editor dialog for the specified Spread.
Syntax
'Declaration
 
Public Shared Function SpreadSettingsEditor( _
   ByVal spread As FpSpread, _
   ByVal helpFile As String, _
   ByVal topic As String _
) As Boolean
'Usage
 
Dim spread As FpSpread
Dim helpFile As String
Dim topic As String
Dim value As Boolean
 
value = ExternalDialogs.SpreadSettingsEditor(spread, helpFile, topic)
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

Reference

ExternalDialogs Class
ExternalDialogs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.