Skip to main content
A newer version of this page is available. .

XlDocumentProperties Members

Contains basic document properties associated with a workbook.

Constructors

Name Description
XlDocumentProperties() Initializes a new instance of the XlDocumentProperties class with the default settings.

Properties

Name Description
Application Specifies the name of the application where the document was created.
Author Specifies the author of the workbook.
Category Specifies the category of the document content.
Company Specifies a company associated with the workbook.
Created Specifies the date and time when the workbook was created.
Custom Provides access to the custom document properties associated with a workbook.
Description Gets or sets the description of the document content.
Keywords Specifies the set of keywords to support searching and indexing.
Manager Specifies the name of the manager associated with the workbook.
Security Specifies the security level of the document.
Subject Gets or sets the subject of the document.
Title Gets or sets the title of the document.
Version Gets or sets the version of the application where the document was created.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also