ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Parser Namespace / Span Structure / Span Constructor
The value for Start.
The value for Finish.

In This Topic
    Span Constructor
    In This Topic
    Initializes a new instance of the Span structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Location, _
       ByVal finish As Location _
    )
    public Span( 
       Location start,
       Location finish
    )

    Parameters

    start
    The value for Start.
    finish
    The value for Finish.
    See Also