Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The BuiltInName class contains all built-in object names.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class BuiltInName
		Inherits TypesafeEnum
Remarks
{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
.
Values

...

Name

...

Description

...

}}.
{remarks}
{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

...

Criteria

...

|
|{anchor:Criteria}Criteria|Criteria|
|{anchor:Data_Form

...

}Data\_Form

...

|Data\_Form

...

Data_Form

...

Database

...

Extract

...

FilterDatabase

...

Print_Area

...

Print_Titles

...

Recorder

...

Sheet_Title

|
|{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|