[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode.CodeType

CodeType Property

CodeType

Returns the barcode type.

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