[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode.Value

Value Property

Value

Returns the string encoded on the barcode symbol.

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