Paragraphs.GetRange

Paragraphs.GetRange method

Remove paragraphs range.

public Paragraphs GetRange(int index, int count)
ParameterTypeDescription
indexInt32The first paragraph index.
countInt32The paragraphs count.

Return Value

The paragraphs collection

See Also