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

속성 값

계산을 수행하는 동안 빈 점이 무시되면 이고, 빈 점이 0으로 처리되면

적용 대상