ContextSetInfo.InsertionLineNumber Property

The line number of the minute to which this set is being inserted.
Public Property InsertionLineNumber() As Integer
This language is not supported or no code example is available.
public int InsertionLineNumber {get; set;}
This language is not supported or no code example is available.

Property Value

int

The line number or -1 if not applicable, i.e. the set is not being inserted in an estimate.

Remarks
 
This property has meaning only if the set is being inserted in an estimate. This means that "Insert sets" or "Replace sets" operation was selected when "Insert reference" was executed in Minutes tab. Or when a set was dragged and dropped into WBS or Minutes.

Such situation is reported only in Before_Drag_Set and After_Drop_Set events of the set. These are the only places where a macro can read and use this property.

Version
 
Available since QDV 7.22.983.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition