Microsoft SDK for Java

delete

The delete method of the Fields class deletes an object from a Fields collection. delete has the following signatures:

delete(int n)
delete(String s)

delete(int n)

Deletes an object from a Fields collection.

Syntax

public void delete(int n);

Parameters

n Designates the ordinal position of the Field object to delete.

delete(String s)

Deletes an object from a Fields collection.

Syntax

public void delete(String s);

Parameters

s Designates the name of the Field object to delete.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.