'宣言 Public Function Insert( _ ByVal index As Integer, _ ByVal paragraphText As String _ ) As FormattedTextParagraph
public FormattedTextParagraph Insert( int index, string paragraphText )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が 0 未満、またはこのコレクションに含まれる段落の数を超える値です。 |