Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetDataSource Method
the data source that populates the sheet
bool value that indicates whether to reset settings on the sheet


In This Topic
    SetDataSource Method
    In This Topic
    Sets the data source that populates the sheet.
    Syntax
    'Declaration
     
    Public Sub SetDataSource( _
       ByVal dataSource As Object, _
       ByVal reset As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim dataSource As Object
    Dim reset As Boolean
     
    instance.SetDataSource(dataSource, reset)
    public void SetDataSource( 
       object dataSource,
       bool reset
    )

    Parameters

    dataSource
    the data source that populates the sheet
    reset
    bool value that indicates whether to reset settings on the sheet
    See Also