[]
Gets or sets the total editing time in minutes.
int TotalEditingTime { get; set; }
Property TotalEditingTime As Integer
| Type | Description |
|---|---|
| int | The total editing time, in minutes. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.TotalEditingTime = 90;
int totalEditingTime = properties.TotalEditingTime;