Click or drag to resize

BookmarkCollectionRemoveAt Method

Removes the IListT item at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe IListT is read-only.
See Also