API Reference
Class
ApplicationProperties
Extended (application) properties for an Excel workbook, e.g. Company, Manager.
Inheritance
- Object
- ApplicationProperties
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
Constructors
public ApplicationProperties(ExcelDocument document) #Creates a new wrapper for extended (application) properties bound to the given document.
Parameters
- document OfficeIMO.Excel.ExcelDocument
Inherited Methods
Properties
public String Company { get; set; } #Company property stored in the Extended File Properties part.
public String Manager { get; set; } #Manager property stored in the Extended File Properties part.
public String ApplicationName { get; set; } #Application name (producer) stored in the Extended File Properties part.