Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RowRevisionId Class
Members

In This Topic
    RowRevisionId Class
    In This Topic
    Represents a unique identifier used to track table row editing sessions.
    Object Model
    RowRevisionId Class
    Syntax
    'Declaration
     
    Public Class RowRevisionId 
       Inherits RevisionId
    public class RowRevisionId : RevisionId 
    Remarks
    A producer can choose to increment the revision save ID value to indicate subsequent editing (editing between save actions) to indicate the order of the saves performed.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.RevisionId
          GrapeCity.Documents.Word.RowRevisionId

    See Also