A Sandcastle Documented Class Library
Author Property
Namespaces ► Yogesh.ExcelXml ► DocumentProperties ► Author
Gets or sets the author of the workbook

C# | Visual Basic | Visual C++ |
public string Author { get; set; }
Public Property Author As String
public: property String^ Author { String^ get (); void set (String^ value); }