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 As Integer _
)
'Usage
Dim instance As Form
Dim index As Integer
instance.RemoveField(index)
public void RemoveField(
int
)
public: void RemoveField(
int
)
public:
void RemoveField(
int
)
Parameters
- index
- The index according to the order the fields are returned by the
default iterator.
See Also