Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcArray Class / Length Property


In This Topic
    Length Property
    In This Topic
    Gets the length of this array.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Length As Integer
    'Usage
     
    Dim instance As CalcArray
    Dim value As Integer
     
    value = instance.Length
    public virtual int Length {get;}

    Property Value

    A System.Int32 value that indicates the length of this array.
    See Also