Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Version Property


In This Topic
Version Property (DocumentProperties)
In This Topic
Gets or sets the version of the documentation which produced this document.
Syntax
'Declaration
 
Public Property Version As String
 
'Usage
 
Dim instance As DocumentProperties
Dim value As String
 
instance.Version = value
 
value = instance.Version

Property Value

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