Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISignatureSet Interface / AddSignatureLine Method
The worksheet that the signature line shape will be added to.
The left of the signature line shape.
The top of the signature line shape.
The width of the signature line shape.
The height of the signature line shape.
In This Topic
    AddSignatureLine Method
    In This Topic
    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.
    Syntax
    ISignature AddSignatureLine( 
       IWorksheet worksheet,
       System.double left,
       System.double top,
       System.double width,
       System.double height
    )

    Parameters

    worksheet
    The worksheet that the signature line shape will be added to.
    left
    The left of the signature line shape.
    top
    The top of the signature line shape.
    width
    The width of the signature line shape.
    height
    The height of the signature line shape.

    Return Value

    The created signature.
    See Also