Class which exposes the document level properties for a Microsoft Excel file.

Inheritance

Gets or sets the author of the document.

public string Author { get; set; }

Gets or sets the category of the document.

public string Category { get; set; }

Gets or sets the comments associated with the document.

public string Comments { get; set; }

Gets or sets the company to which the document belongs.

public string Company { get; set; }

Gets or sets the keywords which describe the document.

public string Keywords { get; set; }

Gets or sets the manager associated with the document.

public string Manager { get; set; }

Gets or sets the current status of the document.

public string Status { get; set; }

Gets or sets the subject of the contents of the document.

public string Subject { get; set; }

Gets or sets the title of the document.

public string Title { get; set; }