RegisterExternalScriptBlock(Type,String,String) Method
In This Topic
Registers the external script block that is loaded by Spread after each Ajax call.
Syntax
'Declaration
Public Overloads Sub RegisterExternalScriptBlock( _
ByVal As Type, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As FpSpread
Dim type As Type
Dim key As String
Dim script As String
instance.RegisterExternalScriptBlock(type, key, script)
public void RegisterExternalScriptBlock(
Type ,
string ,
string
)
Parameters
- type
- The type.
- key
- The key.
- script
- The script.
See Also