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