Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / ChartSelectDataSource Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.


In This Topic
    ChartSelectDataSource Method
    In This Topic
    Show the insert table dialog to add new table.
    Syntax
    'Declaration
     
    Public Shared Function ChartSelectDataSource( _
       ByVal spread As GcSpreadSheet _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim value As IDialog
     
    value = BuiltInDialogs.ChartSelectDataSource(spread)
    public static IDialog ChartSelectDataSource( 
       GcSpreadSheet spread
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.

    Return Value

    The IDialog object represents the insert table dialog.
    See Also