ImageGear .NET
Item(Int32) Property




The index according to the order the fields are returned by the default iterator.
Gets a field from the form based on the index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Field
'Usage
 
Dim instance As FieldArray
Dim index As Integer
Dim value As Field
 
value = instance.Item(index)
public Field Item( 
   int index
) {get;}
public: __property Field* get_Item( 
   int index
);
public:
property Field^ Item {
   Field^ get(int index);
}

Parameters

index
The index according to the order the fields are returned by the default iterator.
See Also

Reference

FieldArray Class
FieldArray Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback