ImageGear .NET v25.0 - Updated
RemoveAt Method (FieldArray)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > FieldArray Class : RemoveAt Method
The parameter is not used.
This method is not supported.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As FieldArray
Dim index As Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) override 
public:
void RemoveAt( 
   int index
) override 

Parameters

index
The parameter is not used.
See Also

Reference

FieldArray Class
FieldArray Members