IWbsFieldsRepository.RepaintWbsWithChanges Method
The repository keeps track of all changes made with AddField, DeleteField and UpdateField methods. This method repaints just modified columns and resets the scheduled changes. Thus, it is a faster alternative to IEstimate.CheckAndRepaint method which could be quite slow.
However, the RepaintWbsWithChanges doesn't work if you programmatically change the position of an existing field with UpdateField. In such a case, you will need to call slower IEstimate.CheckAndRepaint method.
On the other hand, if you set the position of a new field and then you add this field with AddField, the RepaintWbsWithChanges will work fine.
Available since QDV 7.18.655.