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


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