var instance = new GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule(ruleType, ranges, style, operator, value1, value2, text, formula, type, rank); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
Parameters
- value
- The text for comparison.
Return Value
If no value is set, returns the text for comparison; otherwise, returns the number condition rule.