ComponentOne FinancialChart for WPF
C1.WPF Namespace / ICharRange Interface / Length Property



In This Topic
    Length Property (ICharRange)
    In This Topic
    Gets the length of the range.
    Syntax
    'Declaration
     
    
    ReadOnly Property Length As Integer
    'Usage
     
    
    Dim instance As ICharRange
    Dim value As Integer
     
    value = instance.Length
    int Length {get;}
    property int Length {
       int get();
    }
    See Also