[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.TotalEditingTime

TotalEditingTime Property

TotalEditingTime

Gets or sets the total editing time in minutes.

Declaration
int TotalEditingTime { get; set; }
Property TotalEditingTime As Integer
Property Value
Type Description
int

The total editing time, in minutes.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.TotalEditingTime = 90;
int totalEditingTime = properties.TotalEditingTime;