Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Application Property


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

    Property Value

    A string value represents the name of the application.
    See Also