Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / Start Property


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