FormFix v6.0 for .NET - Updated
Add Method (DataItemCollection)



Accusoft.FormDirectorSdk Namespace > DataItemCollection Class : Add Method
The zero-based index of the newly added DataItem.
Adds a DataItem to the collection
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DataItem _
) As Integer
'Usage
 
Dim instance As DataItemCollection
Dim value As DataItem
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   DataItem value
)
public:
int Add( 
   DataItem^ value
) 

Parameters

value
The zero-based index of the newly added DataItem.
Remarks

This method implements a standard collection operation. It will insert a new DataItem object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

DataItemCollection Class
DataItemCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.