SpreadsheetGear 2023
DocumentVersion Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : DocumentVersion Property
Gets or sets the built-in document version property which is named "Document version". 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 DocumentVersion As System.String
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.String
 
instance.DocumentVersion = value
 
value = instance.DocumentVersion
System.string DocumentVersion {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