[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISignature.SignDate

SignDate Property

SignDate

Returns an Object representing the date and time that the digital certificate corresponding to the ISignature object was attached to the document.

This property returns the signing date for the current digital signature.

Declaration
DateTime? SignDate { get; }
ReadOnly Property SignDate As Date?
Examples
ISignature signature = workbook.Signatures.AddSignatureLine(worksheet, 100.0, 50.0);
DateTime? signDate = signature.SignDate;