SheetKind Enumeration

The basic kind of a sheet in the Overhead workbook.
Fields
 
Name Value Description
Free 2 A free overhead sheet created by the user (called "user sheet" in the GUI). It corresponds to the NativeSheetType.User.
Native 0 A native sheet. One of the built-in sheets in the overhead: 
NativeSheetType.Summary 
NativeSheetType.Currencies 
NativeSheetType.Families 
NativeSheetType.Manufacturers 
NativeSheetType.Suppliers 
NativeSheetType.Planner 
NativeSheetType.CashData 
NativeSheetType.User_Defined_Fields 
NativeSheetType.Custom_Columns 
NativeSheetType.Wbs
UserDefined 1 An overhead sheet created by the user, that is one of the predefined sheet types (is not a free user sheet). One of the following: NativeSheetType.Template 
NativeSheetType.Material_Set_Of_Field 
NativeSheetType.Workforce_Set_Of_Field 
NativeSheetType.List_Box 
NativeSheetType.Names 
NativeSheetType.Material_Time_Frame 
NativeSheetType.Workforce_Time_Frame 
Remarks
 

The members in this enum don't match the naming used in the GUI, nor in the NativeSheetType enum. See the descriptions of individual items for more details.

It is recommended to use more detailed NativeSheetType enum, which despite its name, covers all sheet type, not just the native ones.

Version
 
Available since QDV 7.13.0001.

In this article

Definition