[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadDataSource.GetView

GetView Method

GetView(string)

Gets the named data source view associated with the data source control.

Declaration
public DataSourceView GetView(string viewName)
Public Function GetView(viewName As String) As DataSourceView
Parameters
Type Name Description
string viewName

String with the name of the view

Returns
Type Description
DataSourceView

SpreadDataSourceView object

Implements