[]
        
(Showing Draft Content)

GC.Spread.Sheets.DataCharts.StringOperator

Enumeration: StringOperator

Sheets.DataCharts.StringOperator

Specifies the datachart string filter operator.

Table of contents

Enumeration members

Enumeration members

contains

contains = "Contains"

The field value contains the target substring.


endsWith

endsWith = "EndsWith"

The field value ends with the target string.


equalsTo

equalsTo = "EqualsTo"

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


in

in = "In"

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


notEqualsTo

notEqualsTo = "NotEqualsTo"

The field value is not equal to the target value.


startsWith

startsWith = "StartsWith"

The field value starts with the target string.