Share via


Comment.Author Property

Returns or sets the author of the comment.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Author As String
    Get
'Usage
Dim instance As Comment
Dim value As String

value = instance.Author
string Author { get; }

Property Value

Type: System.String

See Also

Reference

Comment Interface

Comment Members

Microsoft.Office.Interop.Excel Namespace