API Reference
Class
BuiltinDocumentProperties
Built-in (core) document properties for an Excel workbook, such as Title and Author.
Inheritance
- Object
- BuiltinDocumentProperties
Constructors
public BuiltinDocumentProperties(ExcelDocument document) #Creates a new wrapper for core document 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 Creator { get; set; } #The document creator/author.
public String Description { get; set; } #Document description/summary.
public String Category { get; set; } #Document category.
public String Keywords { get; set; } #Comma- or space-separated keywords.
public String Subject { get; set; } #Document subject.
public String Revision { get; set; } #Revision number.
public String LastModifiedBy { get; set; } #Last modified by user.
public String Version { get; set; } #Document version.
public Nullable<DateTime> Created { get; set; } #Creation timestamp (UTC).
public Nullable<DateTime> Modified { get; set; } #Last modified timestamp (UTC).
public Nullable<DateTime> LastPrinted { get; set; } #Last printed timestamp (UTC).