Spread Silverlight Documentation
Length Property


GrapeCity.CalcEngine Namespace > CalcArray Class : Length Property
Gets the length of this array.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Length As System.Integer
'Usage
 
Dim instance As CalcArray
Dim value As System.Integer
 
value = instance.Length
public virtual System.int Length {get;}

Property Value

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

Reference

CalcArray Class
CalcArray Members