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






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