ig.excel.TextOperatorConditionalFormat

Exposes properties which control the visual attributes of a WorksheetCell based on whether the cell's text value meets the criteria defined by a string and a FormatConditionTextOperator value.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • text

    .text( );

    Returns the string value against which cell text is compared.

  • text

    .text( value:string );

    Sets the string value against which cell text is compared.

    • value
    • Type:string
  • textOperator

    .textOperator( );

    Returns a FormatConditionTextOperator value which determines the manner in which the cell text is compared to the value of the TextOperatorConditionalFormat.text property.

  • textOperator

    .textOperator( value:ig.excel.FormatConditionTextOperator );

    Sets a FormatConditionTextOperator value which determines the manner in which the cell text is compared to the value of the TextOperatorConditionalFormat.text property.

    • value
    • Type:ig.excel.FormatConditionTextOperator

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.