Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataView Method / GetDataView(Boolean) Method
Whether to recreate the DataView


In This Topic
    GetDataView(Boolean) Method
    In This Topic
    Gets the DataView object associated with this model.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetDataView( _
       ByVal create As Boolean _
    ) As DataView
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim create As Boolean
    Dim value As DataView
     
    value = instance.GetDataView(create)
    public DataView GetDataView( 
       bool create
    )

    Parameters

    create
    Whether to recreate the DataView
    See Also