Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataTable Method


In This Topic
    GetDataTable Method
    In This Topic
    Gets the data table associated with this model.
    Syntax
    'Declaration
     
    
    Public Function GetDataTable() As DataTable
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As DataTable
     
    value = instance.GetDataTable()
    public DataTable GetDataTable()
    See Also