Paragraphs.Item

Paragraphs indexer

Gets or sets paragraph from or to collection.

public BaseParagraph this[int index] { get; set; }
ParameterDescription
indexThe paragraph index.

See Also