[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TextConditionOperator

TextConditionOperator Enum

Represents operators applied for text conditional formatting.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum TextConditionOperator
Public Enum TextConditionOperator

Fields

Name Description
BeginsWith

The value contains the specified text at the beginning.

Contains

The value contains the specified text.

EndsWith

The value contains the specified text at the end.

NotContains

The value does not contain the specified text.