Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface / GetDataView Method
Whether to recreate the DataView


In This Topic
GetDataView Method (IDataSourceSupport)
In This Topic
Gets the DataView object.
Syntax
'Declaration
 
Function GetDataView( _
   ByVal create As Boolean _
) As DataView
 
'Usage
 
Dim instance As IDataSourceSupport
Dim create As Boolean
Dim value As DataView
 
value = instance.GetDataView(create)

Parameters

create
Whether to recreate the DataView
See Also