[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetDataView

GetDataView Method

GetDataView(bool)

Gets the DataView object on this sheet.

Declaration
public DataView GetDataView(bool create)
Public Function GetDataView(create As Boolean) As DataView
Parameters
Type Name Description
bool create

Whether to re-create the DataView

Returns
Type Description
DataView