API Reference
Enum
LegacyXlsExternalReferenceKind
Identifies the supporting-link category represented by a legacy XLS SupBook record.
Inheritance
- Enum
- LegacyXlsExternalReferenceKind
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 LegacyXlsImportReport.ExternalNamesByReferenceKind
- Property LegacyXlsImportReport.ExternalReferencesByKind
- Property LegacyXlsImportReport.ExternalSheetNamesByReferenceKind
- Property LegacyXlsExternalReference.Kind
- Field LegacyXlsExternalReferenceKind.AddIn
- Field LegacyXlsExternalReferenceKind.DdeOrOle
- Field LegacyXlsExternalReferenceKind.ExternalWorkbook
- Field LegacyXlsExternalReferenceKind.SameSheet
- Field LegacyXlsExternalReferenceKind.Self
- Field LegacyXlsExternalReferenceKind.Unknown
- Field LegacyXlsExternalReferenceKind.Unused
Accepted by parameters
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 LegacyXlsExternalReferenceKind Unknown #The supporting-link kind could not be classified by this import phase.
Value:
0public const LegacyXlsExternalReferenceKind Self #The supporting link references the current workbook.
Value:
1public const LegacyXlsExternalReferenceKind SameSheet #The supporting link references the same sheet.
Value:
2public const LegacyXlsExternalReferenceKind ExternalWorkbook #The supporting link references an external workbook.
Value:
3public const LegacyXlsExternalReferenceKind AddIn #The supporting link references an Excel add-in function source.
Value:
4public const LegacyXlsExternalReferenceKind DdeOrOle #The supporting link references a DDE or OLE data source.
Value:
5public const LegacyXlsExternalReferenceKind Unused #The supporting link is an unused placeholder.
Value:
6