Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    Integer number of PDF417 columns
    See Also