Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / ApplicationVersion Property


In This Topic
    ApplicationVersion Property
    In This Topic
    Gets or sets the version of the application which produced this document.
    Syntax
    'Declaration
     
    
    Public Property ApplicationVersion As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.ApplicationVersion = value
     
    value = instance.ApplicationVersion
    public string ApplicationVersion {get; set;}

    Property Value

    A string value represents the version of the application.
    Remarks
    The content of this element shall be of the form XX.YYYY where X and Y represent numerical values, or the document shall be considered non-conformant.
    See Also