Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / TotalEditingTime Property

In This Topic
    TotalEditingTime Property
    In This Topic
    Gets or sets the total editing time in minutes.
    Syntax
    'Declaration
     
    Public Property TotalEditingTime As System.Nullable(Of Integer)
    public System.Nullable<int> TotalEditingTime {get; set;}
    See Also