Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / End Field


In This Topic
    End Field
    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
    public int End
    See Also