AutoLaunchSpreadDesigner Property
In This Topic
Gets or sets whether Spread Designer automatically launches when a Spread component is placed on a form.
Syntax
'Declaration
Public Overridable Property AutoLaunchSpreadDesigner As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AutoLaunchSpreadDesigner = value
value = instance.AutoLaunchSpreadDesigner
public virtual bool AutoLaunchSpreadDesigner {get; set;}
See Also