Version 24.2 (latest)

FormatConditionTextOperator Enumeration

Constants which specify the text comparison method applied when evaluating a format condition.
Syntax
public enum FormatConditionTextOperator : System.Enum 
Members
MemberDescription
BeginsWithThe string being evaluated must begin with the value to which it is being compared in order for the condition to be met.
ContainsThe string being evaluated must match some part of the value to which it is being compared in order for the condition to be met.
DoesNotContainNegates the Contains value; the string being evaluated must not match any part of the value to which it is being compared in order for the condition to be met.
EndsWithThe string being evaluated must end with the value to which it is being compared in order for the condition to be met.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, 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

View on GitHub