Spread for ASP.NET 12 Product Documentation
RegisterSingleScript Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseDropDownCellType Class : RegisterSingleScript Method
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

Reference

BaseDropDownCellType Class
BaseDropDownCellType Members