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

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