OverheadSheetInfo.Type Property
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:
- into free columns
- between the top and bottom rows (including these rows) of the sheet areas returned from Areas property returned by IWorksheetManager.GetOverheadSheetInformation
- up to the last column from LastVisibleColumn property returned by IWorksheetManager.GetOverheadSheetInformation.
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.
Available since QDV 7.21.848.