[]
Gets the DataView object on this sheet.
public DataView GetDataView(bool create)
Public Function GetDataView(create As Boolean) As DataView
| Type | Name | Description |
|---|---|---|
| bool | create | Whether to re-create the DataView |
| Type | Description |
|---|---|
| DataView | The DataView object associated with this model. |