Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / Length Property


In This Topic
    Length Property (LinearRange)
    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