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
。