Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Workbook Class / Creator Property

In This Topic
    Creator Property
    In This Topic
    Gets or sets the name of the creator.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Creator As String
    [XmlAttribute()]
    public string Creator {get; set;}
    See Also