In This Topic
Gets a value indicating whether the Spread Designer works as standalone application.
Syntax
'Declaration
Public ReadOnly Property StandAlone As Boolean
'Usage
Dim instance As Designer
Dim value As Boolean
value = instance.StandAlone
public bool StandAlone {get;}
See Also