ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / Author Property

In This Topic
    Author Property (C1XLBook)
    In This Topic
    Gets or sets the name of the person, company, or application that created this C1XLBook.
    Syntax
    'Declaration
     
    Public Property Author As System.String
    public System.string Author {get; set;}
    See Also