[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICodabar.NwRatio

NwRatio Property

NwRatio

Gets the wide and narrow bar ratio.

This value represents the ratio between wide bars and narrow bars in the Codabar barcode. The supported values are 2 and 3. The default value is 3.

Declaration
int NwRatio { get; }
ReadOnly Property NwRatio As Integer
Examples
worksheet.Range["A1"].Value = "B2345678B";
worksheet.Range["B1"].Formula = "=BC_CODABAR(A1)";
ICodabar codabar = (ICodabar) worksheet.Range["B1"].Value;
int nwRatio = codabar.NwRatio;