Overload | Description |
---|---|
Item(String) | Gets a bookmark from the collection by its name. |
Item | Gets the item at the specified index in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>) |
Overload | Description |
---|---|
Item(String) | Gets a bookmark from the collection by its name. |
Item | Gets the item at the specified index in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>) |
Exception | Description |
---|---|
System.Collections.Generic.KeyNotFoundException | Raises when the bookmark with specified name not found in the collection. |