Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / GetViewNames Method
Example


In This Topic
    GetViewNames Method
    In This Topic
    Gets the view names.
    Syntax
    'Declaration
     
    
    Public Function GetViewNames() As ICollection
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As ICollection
     
    value = instance.GetViewNames()
    public ICollection GetViewNames()
    Remarks
    This method returns an array of strings that contains only one empty string in this implementation.
    Example

    This example binds a cell range and uses many methods of the SpreadDataSource and SpreadDataSourceView classes.

    See Also