[]
        
(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: GcDocs.Word.dll
Syntax
public interface IBrowsable<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.