Spread for ASP.NET 12 Product Documentation
GetDataView(Boolean) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class > GetDataView Method : GetDataView(Boolean) Method
Whether to recreate the DataView
Gets the DataView object associated with this model.
Syntax
'Declaration
 
Public Overloads Function GetDataView( _
   ByVal create As Boolean _
) As DataView
'Usage
 
Dim instance As DefaultSheetDataModel
Dim create As Boolean
Dim value As DataView
 
value = instance.GetDataView(create)
public DataView GetDataView( 
   bool create
)

Parameters

create
Whether to recreate the DataView
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members
Overload List