ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / For Method

In This Topic
    For Method
    In This Topic
    Initializes a new range from start and end points.
    Syntax
    'Declaration
     
    Public Shared Function For( _
       ByVal start As Integer, _
       ByVal end As Integer _
    ) As Range
    public static Range For( 
       int start,
       int end
    )

    Parameters

    start
    end
    See Also