Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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