[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphObjectCollection.Item

this Property

this[int]

Gets or sets the ParagraphObject at the specified index.

Declaration
public ParagraphObject this[int index] { get; set; }
Public Default Property Item(index As Integer) As ParagraphObject
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
ParagraphObject

The ParagraphObject at the specified index.