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
Wiki Markup
{description}
{excerpt}The [BuiltInName|NamedObject.BuiltInName] class contains all built\-in object names.{excerpt}

{signature:C#}
 public sealed class BuiltInName : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class BuiltInName
		Inherits TypesafeEnum
{signature}

{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}}.
{remarks}
{values}
||Name||Description||
|{anchor:Auto_Activate}Auto\_Activate|Auto\_Activate|
|{anchor:Auto_Close}Auto\_Close|Auto\_Close|
|{anchor:Auto_Deactivate}Auto\_Deactivate|Auto\_Deactivate|
|{anchor:Auto_Open}Auto\_Open|Auto\_Open|
|{anchor:Consolidate_Area}Consolidate\_Area|Consolidate\_Area|
|{anchor:Criteria}Criteria|Criteria|
|{anchor:Data_Form}Data\_Form|Data\_Form|
|{anchor:Database}Database|Database|
|{anchor:Extract}Extract|Extract|
|{anchor:FilterDatabase}FilterDatabase|FilterDatabase|
|{anchor:Print_Area}Print\_Area|Print\_Area|
|{anchor:Print_Titles}Print\_Titles|Print\_Titles|
|{anchor:Recorder}Recorder|Recorder|
|{anchor:Sheet_Title}Sheet\_Title|Sheet\_Title|