BookmarksCollectionItem Property
Gets the bookmark at the specified zero based index in the bookmarks collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Bookmark this[
int bookmarkIndex
] { get; }
Public ReadOnly Default Property Item (
bookmarkIndex As Integer
) As Bookmark
Get
public:
property Bookmark^ default[int bookmarkIndex] {
Bookmark^ get (int bookmarkIndex);
}
member Item : Bookmark with get
- bookmarkIndex Int32
- The zero based bookmark index in the collection.
BookmarkThe PDF bookmark at the specified index