Gets or sets whether the Spread component can use client-side JavaScript for up-level browsers.
Syntax
'Declaration
Public Property EnableClientScript As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.EnableClientScript = value
value = instance.EnableClientScript
public bool EnableClientScript {get; set;}
See Also