[]
Returns the string encoded on the barcode symbol.
string Value { get; }
ReadOnly Property Value As String
worksheet.Range["A1"].Formula = "=BC_QRCODE(\"https://www.example.com\")";
IBarcode barcode = (IBarcode) worksheet.Range["A1"].Value;
string value = barcode.Value;