FormFix v6.0 for .NET - Updated
Item(Int32) Property



Accusoft.FormDirectorSdk Namespace > FormDefinitionCollection Class > Item Property : Item(Int32) Property
The index in the collection to get or set.
Gets or sets the element at the given index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As FormDefinition
'Usage
 
Dim instance As FormDefinitionCollection
Dim index As Integer
Dim value As FormDefinition
 
instance.Item(index) = value
 
value = instance.Item(index)
public FormDefinition Item( 
   int index
) {get; set;}
public:
property FormDefinition^ Item {
   FormDefinition^ get(int index);
   void set (int index, FormDefinition^ value);
}

Parameters

index
The index in the collection to get or set.
Remarks

This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.

See Also

Reference

FormDefinitionCollection Class
FormDefinitionCollection Members
Overload List
GetIndexOfName Method

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