Spread Windows Forms 15.0
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
    public string Version {get; set;}

    Property Value

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