XFormCollection.Delete

Delete(int)

Delete XForm from collection

public void Delete(int index)
ParameterTypeDescription
indexInt32Index of XForm which must be deleted

See Also


Delete()

Deletes all XForms from the collection.

public void Delete()

See Also


Delete(string)

Deletes XForm from collection by form name.

public void Delete(string name)
ParameterTypeDescription
nameStringName of XForm to be deleted.

See Also