Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetDataView Method
Whether to re-create the DataView


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

Parameters

create
Whether to re-create the DataView
See Also