Xceed Chart for WinForms v4.4 Documentation
Add Method (TypedArrayList)


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > TypedArrayList Class : Add Method
object to add
Adds a new object to the list.
Syntax
'Declaration
 
Public Overrides Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As TypedArrayList
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public override int Add( 
   object value
)

Parameters

value
object to add

Return Value

index of the added object in the array list
Exceptions
ExceptionDescription
Thrown if value type is different from array list type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TypedArrayList Class
TypedArrayList Members
Base Implementation in Add