Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.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)

Parameters

start
The start.
end
The end.
See Also