ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / Range Constructor / Range Constructor(Int32)
The start of the Range.

In This Topic
    Range Constructor(Int32)
    In This Topic
    Initializes a new instance of the Range struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Integer _
    )
    public Range( 
       int value
    )

    Parameters

    value
    The start of the Range.
    See Also