ImageGear .NET
RemoveField(Int32) Method




The index according to the order the fields are returned by the default iterator.
Removes a field from the form based on the index, including its widget annotations and references to them from any pages.
Syntax
'Declaration
 
Public Overloads Sub RemoveField( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As Form
Dim index As Integer
 
instance.RemoveField(index)
public void RemoveField( 
   int index
)
public: void RemoveField( 
   int index
) 
public:
void RemoveField( 
   int index
) 

Parameters

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

Reference

Form Class
Form Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback