Application.DefaultView Property
Project Developer Reference |
Returns or sets the view that appears when you start Microsoft Office Project 2007. Read/write String.
Can be one of the following strings:
"Calendar" | "Resource Sheet" |
"Gantt Chart" | "Resource Usage" |
"Leveling Gantt" | "Task Details Form" |
"Network Diagram" | "Task Entry" |
"Relationship Diagram" | "Task Form" |
"Resource Allocation" | "Task Name Form" |
"Resource Form" | "Task Sheet" |
"Resource Graph" | "Task Usage" |
"Resource Name Form" |
Syntax
expression.DefaultView
expression A variable that represents an Application object.
Return Value
String
See Also