Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / PDF417 Class / Column Property


In This Topic
    Column Property (PDF417)
    In This Topic
    Gets or sets the number of PDF417 columns.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    'Usage
     
    
    Dim instance As PDF417
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    public int Column {get; set;}
    See Also