Share via


NoNamespace.codeName Field

Definition

Represents the codeName XML attributes.

public static readonly System.Xml.Linq.XName codeName;
 staticval mutable codeName : System.Xml.Linq.XName
Public Shared ReadOnly codeName As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: fileVersion, sheetPr, workbookPr.
  • corresponds to the following strongly-typed properties: ChartSheetProperties.CodeName, FileVersion.CodeName, SheetProperties.CodeName, WorkbookProperties.CodeName.

Applies to