RegisterExternalStartupScriptBlock Method
In This Topic
Registers the external startup script block that is executed by Spread after each Ajax call.
Syntax
'Declaration
Public Sub RegisterExternalStartupScriptBlock( _
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.RegisterExternalStartupScriptBlock(type, key, script)
public void RegisterExternalStartupScriptBlock(
Type ,
string ,
string
)
Parameters
- type
- The type.
- key
- The key.
- script
- The script.
See Also