Error.Ignore Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Ignore As Boolean
Get
Set
'Usage
Dim instance As Error
Dim value As Boolean
value = instance.Ignore
instance.Ignore = value
bool Ignore { get; set; }
Property Value
Type: System.Boolean
Remarks
Reference the ErrorCheckingOptions object to view a list of index values associated with error checking options.