Name | Description | |
---|---|---|
Author | Gets or sets the built-in author property which is named "Author". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Category | ||
Comments | Gets or sets the built-in comments property which is named "Comments". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
ContentStatus | Gets or sets the built-in content status property which is named "Content status". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Count | Returns the number of document properties in this collection. (Inherited from SpreadsheetGear.IDocumentProperties) | |
CreationDate | Gets or sets the creation date and time or null if the "Creation date" property is undefined. All retunred times will be DateTimeKind.Utc, and non-Utc DateTime's will be converted to DateTimeKind.Utc at the time they are set. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
DocumentVersion | Gets or sets the built-in document version property which is named "Document version". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Item | Returns the document property specified by the zero based index. (Inherited from SpreadsheetGear.IDocumentProperties) | |
Keywords | Gets or sets the built-in keywords property which is named "Keywords". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Language | Gets or sets the built-in language property which is named "Language". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
LastAuthor | Gets or sets the last author to save this workbook or null if the property named "Last author" is undefined. If any built-in document property is defined when the associated workbook is saved, LastAuthor will be set to IWorkbookSet.UserName if UserName is non-null, otherwise it will copy the current value from Author. | |
LastPrintDate | Gets or sets the last print date and time or null if the "Last print time" property is undefined. All retunred times will be DateTimeKind.Utc, and non-Utc DateTime's will be converted to DateTimeKind.Utc at the time they are set. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
LastSaveTime | Gets or sets the last save date and time or null if the "Last save time" property is undefined. All retunred times will be DateTimeKind.Utc, and non-Utc DateTime's will be converted to DateTimeKind.Utc at the time they are set. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Parent | Gets the workbook which owns this collection of document properties. (Inherited from SpreadsheetGear.IDocumentProperties) | |
RevisionNumber | Gets or sets the built-in revision number property which is named "Revision number". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Subject | Gets or sets the built-in subject property which is named "Subject". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. | |
Title | Gets or sets the built-in title property which is named "Title". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property. |