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



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

Parameters

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

This method implements a standard collection operation. It will insert a new Field 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

FieldCollection Class
FieldCollection Members

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