OfficeIMO

API Reference

Class

BuiltinDocumentProperties

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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 requiredposition: 0

Properties

public String Creator { get; set; } #

The document creator/author.

public String Title { get; set; } #

Document title.

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).