共用方式為


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

備註

傳回值為 true ,計算期間會忽略空白點。 否則,空點會被視為零。

適用於