[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode39.LabelWithStartAndStopCharacter

LabelWithStartAndStopCharacter Property

LabelWithStartAndStopCharacter

Gets whether to show the start and stop character in the label.

The default value is false.

Declaration
bool LabelWithStartAndStopCharacter { get; }
ReadOnly Property LabelWithStartAndStopCharacter As Boolean
Examples
worksheet.Range["A1"].Value = "CODE39-100";
worksheet.Range["B1"].Formula = "=BC_CODE39(A1,,,,,\"true\")";
ICode39 code39 = (ICode39) worksheet.Range["B1"].Value;
bool labelWithStartAndStopCharacter = code39.LabelWithStartAndStopCharacter;