DataFormula.IsEmptyPointIgnored 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示在执行计算时是否忽略空点的标志。
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
属性值
如果忽略空点,则为 true
;否则为 false
。
注解
返回值为 true
,计算过程中将忽略空点。 否则,空点将被视为零。