Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataView Method / GetDataView() Method


In This Topic
GetDataView() Method
In This Topic
Gets the DataView object associated with this model.
Syntax
'Declaration
 
Public Overloads Function GetDataView() As DataView
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As DataView
 
value = instance.GetDataView()
See Also