Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Author { get; }
Public ReadOnly Property Author As String
	Get
public:
virtual property String^ Author {
	String^ get () sealed;
}
abstract Author : string with get
override Author : string with get

Property Value

String

Implements

IComment..::..Author

See Also