Version

ProjectTableCreationType Enumeration

Enumeration used to identify the built in project task tables.
Syntax
'Declaration
 
Public Enum ProjectTableCreationType 
   Inherits System.Enum
public enum ProjectTableCreationType : System.Enum 
Members
MemberDescription
ConstraintDatesTaskTableTable used to view constraint information for the tasks.
EntryTaskTableDefault table used for the Gantt Chart view which contains fields for entering the task name, duration, start, finish, predecessors and resources.
ScheduleTaskTableTable used to view the schedule information for the tasks
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also