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

In This Topic
    RevisionNumber Property
    In This Topic
    Gets or sets the document revision number.
    Syntax
    'Declaration
     
    Public Property RevisionNumber As System.Nullable(Of Integer)
    public System.Nullable<int> RevisionNumber {get; set;}
    See Also