Excel for WPF | ComponentOne
C1.Silverlight.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 String
    public string Author {get; set;}
    See Also