SpreadsheetGear 2023
RevisionNumber Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : RevisionNumber Property
Gets or sets the built-in revision number property which is named "Revision number". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property.
Syntax
'Declaration
 
Property RevisionNumber As System.Nullable(Of Integer)
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.Nullable(Of Integer)
 
instance.RevisionNumber = value
 
value = instance.RevisionNumber
System.Nullable<int> RevisionNumber {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBuiltinDocumentProperties Interface
IBuiltinDocumentProperties Members
Count Property
IDocumentProperties.Item
Add Method
Value Property