[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.IBrowsable-1

IBrowsable<T> Interface

Defines methods to access previous and next items in a collection.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public interface IBrowsable<T>
Public Interface IBrowsable(Of T)
Type Parameters
Name Description
T

The type of items in the collection.

Properties

Name Description
Next

Gets the mext item in next collection.

Previous

Gets the previous item in the collection.