Version

AssumeFilteredOutUntilInitialCalculationsComplete Property

Gets/sets whether a record with pending calculations will be considered to not meet existing filter criteria until the calulation engine has had a chance to set all calculated cells at least once for the record. If left to its default of null will resolve to false.
Syntax
'Declaration
 
Public Property AssumeFilteredOutUntilInitialCalculationsComplete As Nullable(Of Boolean)
public Nullable<bool> AssumeFilteredOutUntilInitialCalculationsComplete {get; set;}
Remarks

Note: This property is ignored if CalculationScope is explicitly set to CalculationScope.FilteredSortedList. Also if this property is set to true and the CalculationScope is not explicitly set then CalculationScope will resolve to CalculationScope.FullSortedList instead of CalculationScope.FilteredSortedList.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also