[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ILabelOption

Interface ILabelOption

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Barcode lable option.

public interface ILabelOption

Properties

LabelPosition

A value that represents the label position when the label is shown.

string LabelPosition { get; }

Property Value

string

ShowLabel

Specifies whether to show label text when the barcode has label.

bool ShowLabel { get; }

Property Value

bool