Parameters
- index
Type: System.Int32
The zero-based index of the document to remove.
The following code shows the Remove method call
| C# | Copy Code |
|---|---|
DocumentCollection docCol = tab.AllDocuments;
docCol.Remove(docCol.Count-1); | |
| PHP | Copy Code |
|---|---|
$docCol = $tab->AllDocuments; $docCol->Remove($docCol->Count); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family