Object Model Reference : Classes : W : Workspace : Properties : Workspace.Description |
Property Description As String
Member of Workspace
The Description property returns the description of a workspace.
The Description property returns a read-only value.
The following VBA example displays a message box with the description of the current workspace.
Sub WorkspaceDescription() |
MsgBox "Description: " & ActiveWorkspace.Description |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.