WriteProtection
Author Property
|
Gets and sets the author.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Author { get; set; }
Public Property Author As String
Get
Set
public:
property String^ Author {
String^ get ();
void set (String^ value);
}
member Author : string with get, set
Property Value
Type:
String
See Also