[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.Address2

Address2 Property

Address2

Gets or sets the second address line in the signature details dialog.

Use this property to read additional address information for the signer, such as a suite, apartment, building, or floor.

Declaration
public string Address2 { get; set; }
Public Property Address2 As String
Examples
SignatureDetails details = new SignatureDetails();
details.Address2 = "Suite 500";
string address2 = details.Address2;