var instance = new GC.Spread.Sheets.ConditionalFormatting.Condition(conditionType, args); var returnValue; // Type: any returnValue = instance.useWildCards(value);
function useWildCards( value : boolean ) : any;
Parameters
- value
- Whether to compare strings using wildcards.
Return Value
If no value is set, returns whether to compare strings using wildcards; otherwise, returns the condition.