[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetDataView

GetDataView Method

GetDataView()

Gets the DataView object associated with this model.

Declaration
public DataView GetDataView()
Public Function GetDataView() As DataView
Returns
Type Description
DataView

GetDataView(bool)

Gets the DataView object associated with this model.

Declaration
public DataView GetDataView(bool create)
Public Function GetDataView(create As Boolean) As DataView
Parameters
Type Name Description
bool create

Whether to recreate the DataView

Returns
Type Description
DataView
Implements