OverheadSheetInfo.Type Property

Gets the detailed type of the overhead sheet.
Public ReadOnly Property Type() As NativeSheetType
This language is not supported or no code example is available.
public NativeSheetType Type {get;}
This language is not supported or no code example is available.

Property Value

NativeSheetType
Remarks
 

Sheets of type NativeSheetType.Template are very hidden in QDV. They are used by QDV internally when you create new sheets. You must NOT modify these sheets.

It is highly recommended that you don't write to sheets of any other type than NativeSheetType.User.

If you really want to add information to such sheets, please make sure that you write only:

If by mistake, you break the logic of such sheet, you can remove it (by removing the corresponding field of set of fields) and create it again. You'll get a fresh sheet derived from the hidden templates.

Version
 
Available since QDV 7.21.848.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition