Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Revision Property


In This Topic
    Revision Property
    In This Topic
    Gets or sets the revision of the documentation which produced this document.
    Syntax
    'Declaration
     
    
    Public Property Revision As Integer
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As Integer
     
    instance.Revision = value
     
    value = instance.Revision
    public int Revision {get; set;}

    Property Value

    A string value represents the revision of the documentation.
    See Also