DataManipulator.FilterSetEmptyPoints 속성

정의

Filter 또는 FilterTopN 메서드에 의해 필터링되는 요소가 제거될지 아니면 빈 상태로 표시될지 여부를 나타내는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

필터링된 요소가 빈 상태로 표시되면 true이고, 제거되면 false입니다. 기본값은 false입니다.

적용 대상