NamedRange::Errors Property

 

Gets an Errors object that enables you to access error checking options.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Errors^ Errors {
	Errors^ get();
}

Property Value

Type: Microsoft.Office.Interop.Excel::Errors^

An Errors object that enables you to access error checking options.

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

The following code example creates a NamedRange and inserts a number written as text into the range, and then uses the Errors property to determine whether the number is written as text.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: