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이고, 빈 점을 0으로 간주하면 false입니다.

적용 대상