Add Signature line to the worksheet
Contents
[
Hide
]
Introduction
Aspose.Cells provides the Picture.SignatureLine property to add the signature line of the worksheet.
How to Add Signature Line to Worksheet
The following sample code demonstrated how to make use of Picture.SignatureLine property to add the signature line of the worksheet. The screenshot shows the effect of the sample code on the sample Excel file after execution.
Sample Code