Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RevisionId Class / DeletionId Property

In This Topic
    DeletionId Property
    In This Topic
    Gets or sets a unique identifier used to track the editing session when the content was deleted from the document.
    Syntax
    'Declaration
     
    Public Property DeletionId As System.Integer
    public System.int DeletionId {get; set;}
    See Also