Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LinearRange Structure / Length Property


In This Topic
    Length Property
    In This Topic
    Gets the length.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Length As Integer
    'Usage
     
    
    Dim instance As LinearRange
    Dim value As Integer
     
    value = instance.Length
    public int Length {get;}
    See Also