Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

The BuiltInName class contains all built-in object names.

...

Signature
vb.net
vb.net
Public NotInheritable Class BuiltInName
		Inherits TypesafeEnum
Remarks

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.

Values

Name

Description

Anchor
Auto_Activate
Auto_Activate
Auto_Activate

Auto_Activate

Anchor
Auto_Close
Auto_Close
Auto_Close

Auto_Close

Anchor
Auto_Deactivate
Auto_Deactivate
Auto_Deactivate

Auto_Deactivate

Anchor
Auto_Open
Auto_Open
Auto_Open

Auto_Open

Anchor
Consolidate_Area
Consolidate_Area
Consolidate_Area

Consolidate_Area

Anchor
Criteria
Criteria
Criteria

Criteria

Anchor
Data_Form
Data_Form
Data_Form

Data_Form

Anchor
Database
Database
Database

Database

Anchor
Extract
Extract
Extract

Extract

Anchor
FilterDatabase
FilterDatabase
FilterDatabase

FilterDatabase

Anchor
Print_Area
Print_Area
Print_Area

Print_Area

Anchor
Print_Titles
Print_Titles
Print_Titles

Print_Titles

Anchor
Recorder
Recorder
Recorder

Recorder

Anchor
Sheet_Title
Sheet_Title
Sheet_Title

Sheet_Title

Remarks

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.