[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IQRCode.ConnectionNo

ConnectionNo Property

ConnectionNo

Gets the connection number for the barcode.

This value identifies the structured append connection number used by the QRCode.

Declaration
int ConnectionNo { get; }
ReadOnly Property ConnectionNo As Integer
Examples
worksheet.Range["A1"].Value = "1234567890";
worksheet.Range["B1"].Formula = "=BC_QRCODE(A1,\"rgb(0, 0, 0)\",\"rgb(255, 255, 255)\",\"L\",2,\"auto\",\"auto\",TRUE,1,,\"UTF-8\",4,4,4,4)";
IQRCode qrCode = (IQRCode) worksheet.Range["B1"].Value;
int connectionNo = qrCode.ConnectionNo;