BookmarksCollectionRemove(Int32) Method
Removes the PDF bookmark at the specified index in collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Remove(
int bookmarkIndex
)
Public Sub Remove (
bookmarkIndex As Integer
)
public:
void Remove(
int bookmarkIndex
)
member Remove :
bookmarkIndex : int -> unit
Parameters
- bookmarkIndex Int32
- The zero based index of the PDF bookmark to be removed.