API Reference
Class
ApplicationProperties
Extended (application) properties for an Excel workbook, e.g. Company, Manager.
Inheritance
- Object
- ApplicationProperties
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.