[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode49

ICode49 Interface

Represents a Code 49 barcode.

Code 49 is a two dimensional, high-density stacked barcode with two to eight rows, with each row containing eight characters. Each row has a start code and a stop code. This barcode is especially used to encode the complete ASCII character set.

This interface provides access to Code 49 barcode settings and inherited barcode, font, and label options.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICode49 : IBarcode, IFontOption, ILabelOption
Public Interface ICode49
    Inherits IBarcode, IFontOption, ILabelOption
Examples
worksheet.Range["A1"].Value = 123456789;
worksheet.Range["B1"].Formula = "=BC_CODE49(A1)";
ICode49 code49 = (ICode49) worksheet.Range["B1"].Value;
bool grouping = code49.Grouping;

Properties

Name Description
GroupNo

Gets the index of the symbol in the group.

This value represents the position of the symbol within a grouped Code 49 barcode. The default value is 0.

Grouping

Gets whether the symbol mode is Group Alphanumeric Mode.

The default value is false.