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
,計算期間會忽略空白點。 否則,空點會被視為零。