# GC.Spread.Sheets.DataCharts.StringOperator

## Content

# Enumeration: StringOperator

[Sheets](../modules/GC.Spread.Sheets).[DataCharts](../modules/GC.Spread.Sheets.DataCharts).StringOperator

Specifies the datachart string filter operator.

## Table of contents

### Enumeration members

- [contains](GC.Spread.Sheets.DataCharts.StringOperator#contains)
- [endsWith](GC.Spread.Sheets.DataCharts.StringOperator#endswith)
- [equalsTo](GC.Spread.Sheets.DataCharts.StringOperator#equalsto)
- [in](GC.Spread.Sheets.DataCharts.StringOperator#in)
- [notEqualsTo](GC.Spread.Sheets.DataCharts.StringOperator#notequalsto)
- [startsWith](GC.Spread.Sheets.DataCharts.StringOperator#startswith)

## Enumeration members

### <a id="contains" name="contains"></a> contains

• **contains** = `"Contains"`

The field value contains the target substring.

___

### <a id="endswith" name="endswith"></a> endsWith

• **endsWith** = `"EndsWith"`

The field value ends with the target string.

___

### <a id="equalsto" name="equalsto"></a> equalsTo

• **equalsTo** = `"EqualsTo"`

The field value must be exactly equal to the target value.

___

### <a id="in" name="in"></a> in

• **in** = `"In"`

The field value must match any one of the given string array.

___

### <a id="notequalsto" name="notequalsto"></a> notEqualsTo

• **notEqualsTo** = `"NotEqualsTo"`

The field value is not equal to the target value.

___

### <a id="startswith" name="startswith"></a> startsWith

• **startsWith** = `"StartsWith"`

The field value starts with the target string.
