'Usage Dim instance As DefaultSheetDataModel Dim create As Boolean Dim value As DataView value = instance.GetDataView(create)
Parameters
- create
- Whether to recreate the DataView
Return Value
DataView object containing the view of the data table
'Usage Dim instance As DefaultSheetDataModel Dim create As Boolean Dim value As DataView value = instance.GetDataView(create)