The BuiltInName class contains all built-in object names.

 public sealed class BuiltInName : TypesafeEnum
Public NotInheritable Class BuiltInName
		Inherits TypesafeEnum

Built-in names denote named objects that are created and managed by Excel, the names for which should not be used for named objects created by users. For example, a worksheet with print titles will automatically have a named object "Print_Titles" created.

Note that in XLSX workbooks Excel prefixes all the built-in names with "_xlnm.". You can access this prefix through NamedObject.BuiltInName.XlsxPrefix.

Name

Description

Auto_Activate

Auto_Activate

Auto_Close

Auto_Close

Auto_Deactivate

Auto_Deactivate

Auto_Open

Auto_Open

Consolidate_Area

Consolidate_Area

Criteria

Criteria

Data_Form

Data_Form

Database

Database

Extract

Extract

FilterDatabase

FilterDatabase

Print_Area

Print_Area

Print_Titles

Print_Titles

Recorder

Recorder

Sheet_Title

Sheet_Title