Paragraphs.RemoveRange

Paragraphs.RemoveRange method

Remove paragraphs range.

public void RemoveRange(int index, int count)
ParameterTypeDescription
indexInt32The first paragraph index.
countInt32The paragraphs count.

See Also