Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / ShowDialog Method / ShowDialog() Method


In This Topic
    ShowDialog() Method
    In This Topic
    Shows the form as a modal dialog box.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function ShowDialog() As DialogResult
    'Usage
     
    
    Dim instance As FormatCells
    Dim value As DialogResult
     
    value = instance.ShowDialog()
    public new DialogResult ShowDialog()

    Return Value

    See Also