API Reference
LegacyXlsExternalName
Describes a name declared by an external supporting link in a legacy XLS workbook.
Inheritance
- Object
- LegacyXlsExternalName
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; } #Gets the external defined-name text.
public Nullable<Int32> LocalSheetIndex { get; } #Gets the zero-based external sheet scope when the external name is sheet-local.
public Boolean BuiltIn { get; } #Gets a value indicating whether this is a built-in external name.
public Boolean WantsAdvise { get; } #Gets a value indicating whether the link requests automatic DDE or OLE advise updates.
public Boolean WantsPicture { get; } #Gets a value indicating whether linked DDE or OLE data uses a picture format.
public Boolean Ole { get; } #Gets the raw ExternName fOle flag.
public Boolean OleLink { get; } #Gets the raw ExternName fOleLink flag.
public Int32 CachedClipboardFormat { get; } #Gets the signed ExternName cached clipboard format code.
public String CachedClipboardFormatName { get; } #Gets a friendly cached clipboard format name.
public Boolean Icon { get; } #Gets a value indicating whether linked data is displayed as an icon.
public LegacyXlsExternalNameBodyKind BodyKind { get; } #Gets the decoded ExternName body kind based on its supporting link and flags.