Partager via


TextRange2.Paragraphs[Int32, Int32] Propriété

Définition

Obtient le sous-ensemble spécifié de paragraphes de texte. En lecture seule.

public:
 property Microsoft::Office::Core::TextRange2 ^ Paragraphs[int, int] { Microsoft::Office::Core::TextRange2 ^ get(int Start, int Length); };
public Microsoft.Office.Core.TextRange2 Paragraphs[int Start = -1, int Length = -1] { get; }
member this.Paragraphs(int * int) : Microsoft.Office.Core.TextRange2
Public ReadOnly Property Paragraphs(Optional Start As Integer = -1, Optional Length As Integer = -1) As TextRange2

Paramètres

Start
Int32

Premier paragraphe de la plage renvoyée.

Length
Int32

Nombre de paragraphes à renvoyer.

Valeur de propriété

TextRange2

Remarques

Si et StartLength sont omis, la plage retournée commence par le premier paragraphe et se termine par le dernier paragraphe de la plage spécifiée.

Si Start est spécifié mais Length omis, la plage retournée contient un paragraphe.

Si Length est spécifié mais Start omis, la plage retournée commence par le premier paragraphe de la plage spécifiée.

Si Start est supérieur au nombre de paragraphes dans le texte spécifié, la plage retournée commence par le dernier paragraphe de la plage spécifiée.

Si Length est supérieur au nombre de paragraphes du paragraphe de début spécifié à la fin du texte, la plage renvoyée contient tous ces paragraphes.

S’applique à