Version

AddTextCondition Method

Adds a new TextOperatorConditionalFormat instance to this collection.
Syntax

Parameters

regionAddress
A string identifying the region to which this conditional format applies.
text
A string which determines the string against which cell text values are evaluated. This parameter is optional and defaults to null.
textOperator
A FormatConditionTextOperator value which determines the manner in which cell values are compared to the text value. This parameter is optional and defaults to BeginsWith.

Return Value

The resulting TextOperatorConditionalFormat instance.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also