[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RangeBase.GetInnerCollection

GetInnerCollection Method

GetInnerCollection<T>()

Creates and returns a collection of content objects in the current range. The returned collection differs from enumerating on the current range itself in that it does not include objects that start before the current range's start and end after the current range's end.

Declaration
public ContentObjectCollection<T> GetInnerCollection<T>() where T : ContentObject
Public Function GetInnerCollection(Of T As ContentObject)() As ContentObjectCollection(Of T)
Returns
Type Description
ContentObjectCollection<T>

The newly created ContentObjectCollection<T>.

Type Parameters
Name Description
T

The type of items in the collection.

Remarks

See also remarks on RangeBase.