Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / DisplayCheckDigit Property


In This Topic
    DisplayCheckDigit Property
    In This Topic
    Gets or sets whether the check digit is visible.
    Syntax
    'Declaration
     
    
    Public Property DisplayCheckDigit As Boolean
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Boolean
     
    instance.DisplayCheckDigit = value
     
    value = instance.DisplayCheckDigit
    public bool DisplayCheckDigit {get; set;}

    Property Value

    true if check digit is visible; false otherwise
    See Also