Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseDropDownCellType Class / RegisterSingleScript Method


In This Topic
    RegisterSingleScript Method
    In This Topic
    Registers the script file on both ajax and postback mode.
    Syntax
    'Declaration
     
    
    Protected Sub RegisterSingleScript( _
       ByVal spread As FpSpread, _
       ByVal key As String, _
       ByVal file As String _
    ) 
    'Usage
     
    
    Dim instance As BaseDropDownCellType
    Dim spread As FpSpread
    Dim key As String
    Dim file As String
     
    instance.RegisterSingleScript(spread, key, file)
    protected void RegisterSingleScript( 
       FpSpread spread,
       string key,
       string file
    )

    Parameters

    spread
    key
    file
    See Also