ActiveReports Developer 7
Column Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > PDF417Options Class : Column Property

Glossary Item Box

Gets or sets column numbers for the barcode.

Syntax

Visual Basic (Declaration) 
Public Property Column As System.Integer
C# 
public System.int Column {get; set;}

Remarks

Values for this property normally range from 1 to 30. The default value is -1 which specifies row numbers to be automatically determined.

See Also