IDigitalSignature
Comments Property
 | 
Signature Comments.
Namespace:
Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
string Comments { get; set; }
 
Property Comments As String
	Get
	Set
 
property String^ Comments {
	String^ get ();
	void set (String^ value);
}
 
abstract Comments : string with get, set
 
 
 
Property Value
Type:
String
 
See Also