ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Parser Namespace / Location Structure / Location Constructor
The initial value for Index.
The initial value for Line.
The initial value for Column.

In This Topic
    Location Constructor
    In This Topic
    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