ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Workbook Class / Application Property






In This Topic
    Application Property
    In This Topic
    Gets or sets the name of application that generated the file that appears in the file properties.
    Syntax
    'Declaration
     
    
    Public Property Application As System.String
    'Usage
     
    
    Dim instance As Workbook
    Dim value As System.String
     
    instance.Application = value
     
    value = instance.Application
    public System.string Application {get; set;}
    public read-write property Application: System.String; 
    public function get,set Application : System.String
    public: __property System.string* get_Application();
    public: __property void set_Application( 
       System.string* value
    );
    public:
    property System.String^ Application {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also