In This Topic
Removes the specified object, OID, or index
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As Object _
)
public void Remove(
object
)
public:
void Remove(
Object^
)
Parameters
- index
- An object, OID, or numeric index. See Remarks.
See Also