IEstimateVersion.RemoveAllRowsHavingNoSellingPrice Method

Removes all minute rows having no selling price. Dangerous! Always apply to whole estimate!

YOU MUST COMPUTE SELLING PRICES FIRST to avoid deletion of all rows.

Sub RemoveAllRowsHavingNoSellingPrice()
This language is not supported or no code example is available.
void RemoveAllRowsHavingNoSellingPrice()
This language is not supported or no code example is available.
Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
Usually, this function is called from the event which creates the first progress statement, after selling prices are properly forced so that progress statements contain only lines having selling prices. Used when user doesn't need costs in progress statements.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition