Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / End Property


In This Topic
    End Property (RangeGroupInfo)
    In This Topic
    Gets the end index of this outline (range group).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property End As Integer
    'Usage
     
    
    Dim instance As RangeGroupInfo
    Dim value As Integer
     
    value = instance.End
    public int End {get;}
    See Also