CoreDocumentProperties
Overview
CoreDocumentProperties is a class in Aspose.Cells for NET.
CoreDocumentProperties.Title gets or sets the document’s title.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Represents the workbook’s title metadata |
Subject | string | Read/Write | |
Creator | string | Read/Write | Represents the name of the person who created the workbook |
Keywords | string | Read/Write | Represents searchable keywords associated with the workbook |
Description | string | Read/Write | Gets or sets a brief description of the document |
LastModifiedBy | string | Read/Write | Gets or sets the name of the user who last modified the document |
Revision | string | Read/Write | Gets or sets the document’s revision number or version |
Category | string | Read/Write | Classifies the workbook into a category |
ContentStatus | string | Read/Write | Gets or sets the current status of the document content |
Created | DateTime? | Read/Write | Holds the date and time the workbook was created, if available |
Modified | DateTime? | Read/Write |