Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SelectMethod Property
Example


In This Topic
    SelectMethod Property (SheetView)
    In This Topic
    Gets or sets the name of the method to call in order to read data.
    Syntax
    'Declaration
     
    
    Public Property SelectMethod As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.SelectMethod = value
     
    value = instance.SelectMethod
    public string SelectMethod {get; set;}
    Example
    This example uses the SelectMethod property to load data.
    See Also