OverheadSheetInfo.Areas Property

Gets the info (row numbers) for all sheet areas in the overhead worksheet.
Public ReadOnly Property Areas() As OverheadSheetAreas
This language is not supported or no code example is available.
public OverheadSheetAreas Areas {get;}
This language is not supported or no code example is available.

Property Value

OverheadSheetAreas

The areas.

Remarks
 
There can be three main areas in an overhead worksheet - Core estimate, Overhead task and Optional area.

The positions of the core area and the options area are always set. If the estimate contains an overhead minute, also the positions for the overhead minute area are correctly set. Otherwise the positions are -1 for the overhead minute area.

The property applies only to the following worksheet types:

NativeSheetType.Currencies
NativeSheetType.Material_Set_Of_Field,  
NativeSheetType.Workforce_Set_Of_Field
NativeSheetType.Families,  
NativeSheetType.Manufacturers,  
NativeSheetType.Suppliers
NativeSheetType.Custom_Columns,  
NativeSheetType.User_Defined_Fields,  
NativeSheetType.Planner
NativeSheetType.List_Box,  
NativeSheetType.Material_Time_Frame
NativeSheetType.Workforce_Time_Frame

Version
 
Available since QDV 7.21.848.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition