Click or drag to resize

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
)

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