CellRange
AddSignatureLine Method
|
Add signature line to cell.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddSignatureLine(
string signer,
string signerTitle,
string signerMail,
string instruction,
bool allowAddComment,
bool showDate
)
Public Sub AddSignatureLine (
signer As String,
signerTitle As String,
signerMail As String,
instruction As String,
allowAddComment As Boolean,
showDate As Boolean
)
public:
void AddSignatureLine(
String^ signer,
String^ signerTitle,
String^ signerMail,
String^ instruction,
bool allowAddComment,
bool showDate
)
member AddSignatureLine :
signer : string *
signerTitle : string *
signerMail : string *
instruction : string *
allowAddComment : bool *
showDate : bool -> unit
Parameters
-
signer
-
Type:
System
String
Suggested signer.
-
signerTitle
-
Type:
System
String
Suggested signer's title.
-
signerMail
-
Type:
System
String
Suggested signer's e-mail address.
-
instruction
-
Type:
System
String
Instructions to the signer.
-
allowAddComment
-
Type:
System
Boolean
Whether allow the signer to add comments in the sign dialog.
-
showDate
-
Type:
System
Boolean
Whether show sign date in signature line.
See Also