RemoveOnlyListBaseTRemoveAt Method |
Removes the item at the specified index.
Namespace: GroupDocs.Watermark.CommonAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
See Also