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


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