[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ContainsOperator

ContainsOperator Enum

Specifies the text operator used in a function.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum ContainsOperator
Public Enum ContainsOperator

Fields

Name Description
BeginsWith

Begins with a specified value.

Contains

Contains a specified value.

DoesNotContains

Does not contain the specified value.

EndsWith

Ends with the specified value