Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LinearRange Structure / LinearRange Constructor
The start.
The end.


In This Topic
    LinearRange Constructor
    In This Topic
    Initializes a new instance of the LinearRange struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Integer, _
       ByVal end As Integer _
    )
    'Usage
     
    
    Dim start As Integer
    Dim end As Integer
     
    Dim instance As New LinearRange(start, end)
    public LinearRange( 
       int start,
       int end
    )

    Parameters

    start
    The start.
    end
    The end.
    See Also