共用方式為


DataManipulator.FilterSetEmptyPoints 屬性

定義

取得或設定旗標,指出 或 方法篩選 FilterFilterTopN 的點是否會移除或標示為空白。

public:
 property bool FilterSetEmptyPoints { bool get(); void set(bool value); };
public bool FilterSetEmptyPoints { get; set; }
member this.FilterSetEmptyPoints : bool with get, set
Public Property FilterSetEmptyPoints As Boolean

屬性值

如果篩選的資料點要標記為空資料點則為 true,如果篩選的資料點要移除則為 false。 預設值是 false

適用於