Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / DataTable Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    DataTable Method (BuiltInDialogs)
    In This Topic
    Gets the Data Table dialog that allows to see the results of multiple inputs at the same time.
    Syntax
    'Declaration
     
    
    Public Shared Function DataTable( _
       ByVal spread As FpSpread _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Form
     
    value = BuiltInDialogs.DataTable(spread)
    public static Form DataTable( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.

    Return Value

    A System.Windows.Forms.Form object represents the Data Table dialog.
    See Also