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