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






In This Topic
    Creator Property
    In This Topic
    Gets or sets the name of the creator.
    Syntax
    'Declaration
     
    
    Public Property Creator As System.String
    'Usage
     
    
    Dim instance As Workbook
    Dim value As System.String
     
    instance.Creator = value
     
    value = instance.Creator
    public System.string Creator {get; set;}
    public read-write property Creator: System.String; 
    public function get,set Creator : System.String
    public: __property System.string* get_Creator();
    public: __property void set_Creator( 
       System.string* value
    );
    public:
    property System.String^ Creator {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also