DataFormula.IsEmptyPointIgnored 属性

定义

获取或设置指示在执行计算时是否忽略空点的标志。

public:
 property bool IsEmptyPointIgnored { bool get(); void set(bool value); };
public bool IsEmptyPointIgnored { get; set; }
member this.IsEmptyPointIgnored : bool with get, set
Public Property IsEmptyPointIgnored As Boolean

属性值

Boolean

如果执行计算时忽略空点,则为 true;如果将空点视为零,则为 false

适用于