Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ExternalDialogs Class / SpreadSettingsEditor Method
FarPoint Spread
File name, including path if necessary, for the help file
Help topic within the help file


In This Topic
    SpreadSettingsEditor Method
    In This Topic
    Represents the Spread settings editor dialog for the specified FarPoint 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
    File name, including path if necessary, for the help file
    topic
    Help topic within the help file
    See Also