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

속성 값

빈 요소가 무시되면 true이고, 그렇지 않으면 false입니다.

설명

반환 값은 true를 계산 하는 동안 빈 요소는 무시 됩니다. 그렇지 않으면 빈 요소는 0으로 처리 됩니다.

적용 대상