[]
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.
public ContentObjectCollection<T> GetInnerCollection<T>() where T : ContentObject
Public Function GetInnerCollection(Of T As ContentObject)() As ContentObjectCollection(Of T)
Type | Description |
---|---|
ContentObjectCollection<T> | The newly created ContentObjectCollection<T>. |
Name | Description |
---|---|
T | The type of items in the collection. |
See also remarks on RangeBase.