Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / PDF417 Class / Row Property


In This Topic
Row Property (PDF417)
In This Topic
Gets or sets the number of PDF417 rows.
Syntax
'Declaration
 
Public Property Row As Integer
 
'Usage
 
Dim instance As PDF417
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
See Also