The following tables list the members exposed by IDocumentProperties.
Public Properties
| Name | Description |
| Count | Returns the number of document properties in this collection. |
| Item | Overloaded. Returns the document property specified by the zero based index. |
| Parent | Gets the workbook which owns this collection of document properties. |
Top
Public Methods
| Name | Description |
| Add | Adds a new custom document property with the specified value (System.String, System.DateTime, System.Boolean, System.Int32 or System.Double) to a workbook and returns a reference to it. |
| Clear | Removes all document properties from this collection. |
Top
See Also