Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IWorkbook.CurrentAuthor Property

Gets the system username.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

string CurrentAuthor { get; }

Property Value

Type Description
String

A String value that specifies the username of the person currently logged on the operating system.

Remarks

You can use the CurrentAuthor property to specify an author of cell comments (see the How to: Add a Comment To a Cell example).

See Also