[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISignatureSet.AddSignatureLine

AddSignatureLine Method

AddSignatureLine(IWorksheet, double, double, double, double)

Adds lines to a document where signatures are collected. Only the "Microsoft Office signature line" is supported. Other signature line providers, such as stamp signatures, are not supported.

Declaration
ISignature AddSignatureLine(IWorksheet worksheet, double left, double top, double width = 192, double height = 100.5)
Function AddSignatureLine(worksheet As IWorksheet, left As Double, top As Double, Optional width As Double = 192, Optional height As Double = 100.5) As ISignature
Parameters
Type Name Description
IWorksheet worksheet

The worksheet that the signature line shape will be added to.

double left

The left of the signature line shape.

double top

The top of the signature line shape.

double width

The width of the signature line shape.

double height

The height of the signature line shape.

Returns
Type Description
ISignature

The created signature.