FillErrorEventArgs.Continue プロパティ

定義

エラーにもかかわらず塗りつぶし操作を続行するかどうかを示す値を取得または設定します。

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

プロパティ値

true フィル操作を続行する必要がある場合。それ以外の場合は false

適用対象