[]
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.
int GroupNo { get; }
ReadOnly Property GroupNo As Integer
worksheet.Range["A1"].Value = 123456789;
worksheet.Range["B1"].Formula = "=BC_CODE49(A1)";
ICode49 code49 = (ICode49) worksheet.Range["B1"].Value;
int groupNo = code49.GroupNo;