API Reference
Enum
LegacyXlsExternalNameBodyKind
Identifies the BIFF body shape represented by an ExternName record.
Inheritance
- Enum
- LegacyXlsExternalNameBodyKind
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
- Property LegacyXlsExternalName.BodyKind
- Field LegacyXlsExternalNameBodyKind.AddInUdf
- Field LegacyXlsExternalNameBodyKind.DdeLinkNoOper
- Field LegacyXlsExternalNameBodyKind.ExternalDefinedName
- Field LegacyXlsExternalNameBodyKind.OleDataItem
- Field LegacyXlsExternalNameBodyKind.OleDdeLink
- Field LegacyXlsExternalNameBodyKind.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsExternalNameBodyKind Unknown #The body shape could not be determined from the supporting link and flags.
Value:
0public const LegacyXlsExternalNameBodyKind ExternalDefinedName #The body describes an external defined name.
Value:
1public const LegacyXlsExternalNameBodyKind AddInUdf #The body describes an add-in user-defined function reference.
Value:
2public const LegacyXlsExternalNameBodyKind OleDdeLink #The body describes a DDE or OLE linked item with operation data.
Value:
3public const LegacyXlsExternalNameBodyKind OleDataItem #The body describes an OLE linked item.
Value:
4public const LegacyXlsExternalNameBodyKind DdeLinkNoOper #The body describes a DDE linked item without operation data.
Value:
5