API Reference
Class
ExcelPackagePartInfo
Identifies a package part created or updated by an Excel metadata operation.
Inheritance
- Object
- ExcelPackagePartInfo
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
- Method ExcelDocument.AddPivotSlicerCache
- Method ExcelDocument.AddPivotTimelineCache
- Method ExcelDocument.AddWorkbookConnectionMetadata
- Method ExcelDocument.AddWorkbookMetadataPart
- Method ExcelDocument.AddWorkbookSlicerCache
- Method ExcelDocument.AddWorkbookTimelineCache
- Method ExcelDocument.AddWorksheetMetadataPart
- Method ExcelDocument.AddWorksheetQueryTableMetadata
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RelationshipId { get; } #Gets the relationship identifier used by the owning workbook or worksheet part.
public String Uri { get; } #Gets the package-relative URI of the part.
public String ContentType { get; } #Gets the MIME content type of the part.
public String RelationshipType { get; } #Gets the relationship type that describes the part's role.