[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode49.GroupNo

GroupNo Property

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.

Declaration
int GroupNo { get; }
ReadOnly Property GroupNo As Integer
Examples
worksheet.Range["A1"].Value = 123456789;
worksheet.Range["B1"].Formula = "=BC_CODE49(A1)";
ICode49 code49 = (ICode49) worksheet.Range["B1"].Value;
int groupNo = code49.GroupNo;