ActiveReports 12
Location Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser Namespace > Location Structure : Location Constructor
The initial value for Index.
The initial value for Line.
The initial value for Column.
Initializes a new instance of the Location structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Long, _
   ByVal line As Long, _
   ByVal column As Long _
)
public Location( 
   long index,
   long line,
   long column
)

Parameters

index
The initial value for Index.
line
The initial value for Line.
column
The initial value for Column.
See Also

Reference

Location Structure
Location Members