Error.Ignore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.