[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode49.Grouping

Grouping Property

Grouping

Gets whether the symbol mode is Group Alphanumeric Mode.

The default value is false.

Declaration
bool Grouping { get; }
ReadOnly Property Grouping As Boolean
Examples
worksheet.Range["A1"].Value = 123456789;
worksheet.Range["B1"].Formula = "=BC_CODE49(A1)";
ICode49 code49 = (ICode49) worksheet.Range["B1"].Value;
bool grouping = code49.Grouping;