Error.Ignore Property

Definition

Allows the user to set or return the state of an error checking option for a range. False enables an error checking option for a range. True disables an error checking option for a range.

public:
 property bool Ignore { bool get(); void set(bool value); };
public bool Ignore { get; set; }
Public Property Ignore As Boolean

Property Value

Remarks

Reference the ErrorCheckingOptions object to view a list of index values associated with error checking options.

Applies to