共用方式為


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

適用於