Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / 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 Overridable Function GetDataView( _
   ByVal create As Boolean _
) As DataView
 
'Usage
 
Dim instance As DataManagerBase
Dim create As Boolean
Dim value As DataView
 
value = instance.GetDataView(create)

Parameters

create
Whether to recreate the DataView
See Also