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