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

In This Topic
    RevisionId Property (Style)
    In This Topic
    Gets or sets unique identifiers used to track style editing session.

    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.

    Syntax
    'Declaration
     
    Public Property RevisionId As System.Integer
    public System.int RevisionId {get; set;}
    See Also