Class which exposes the document level properties for a Microsoft Excel file.
Inheritance
object
Properties
Section titled "Properties"Author
Section titled "Author"Gets or sets the author of the document.
public string Author { get; set; } Category
Section titled "Category"Gets or sets the category of the document.
public string Category { get; set; } Comments
Section titled "Comments"Gets or sets the comments associated with the document.
public string Comments { get; set; } Company
Section titled "Company"Gets or sets the company to which the document belongs.
public string Company { get; set; } Keywords
Section titled "Keywords"Gets or sets the keywords which describe the document.
public string Keywords { get; set; } Manager
Section titled "Manager"Gets or sets the manager associated with the document.
public string Manager { get; set; } Status
Section titled "Status"Gets or sets the current status of the document.
public string Status { get; set; } Subject
Section titled "Subject"Gets or sets the subject of the contents of the document.
public string Subject { get; set; } Title
Section titled "Title"Gets or sets the title of the document.
public string Title { get; set; }