FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / Start Field


In This Topic
Start Field (LinearRange)
In This Topic
The start index of range.
Syntax
'Declaration
 
Public Start As Integer
 
'Usage
 
Dim instance As LinearRange
Dim value As Integer
 
value = instance.Start
 
instance.Start = value
See Also