[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.IBrowsable-1

Interface IBrowsable<T>

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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

public interface IBrowsable<T>

Type Parameters

T

The type of items in the collection.

Properties

Next

Gets the mext item in next collection.

T Next { get; }

Property Value

T

Previous

Gets the previous item in the collection.

T Previous { get; }

Property Value

T