Gets or sets whether to access the Clipboard with client-side scripting.
Syntax
'Declaration
Public Property UseClipboard As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.UseClipboard = value
value = instance.UseClipboard
public bool UseClipboard {get; set;}
See Also