Previous Document Next Document

Object Model Reference : Classes : W : Workspace : Properties : Workspace.Description


Workspace.Description

Property Description As String

Description

Member of Workspace

The Description property returns the description of a workspace.

The Description property returns a read-only value.

VBA example

The following VBA example displays a message box with the description of the current workspace.

Sub WorkspaceDescription()
 MsgBox "Description: " & ActiveWorkspace.Description
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.