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
。