Version

EvaluationStage Enumeration

Enumeration which lists when conditional formatting data will be gathered.
Syntax
'Declaration
 
Public Enum EvaluationStage 
   Inherits System.Enum
public enum EvaluationStage : System.Enum 
Members
MemberDescription
AfterFilteringAndPagingGatherData will be called after filtering and after paging.
AfterFilteringBeforePagingGatherData will be called after filtering and before paging.
NoneGatherData will not be called.
PriorToFilteringAndPagingGatherData will be called prior to filtering and paging.
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