'宣言 Public Overloads Function Split( _ ByVal offset As System.Integer _ ) As C1TextPointer
public C1TextPointer Split( System.int offset )
パラメータ
- offset
- 分割する位置を表すオフセット。オフセット以降の位置にある要素は、2番目の要素に追加されます。
戻り値の型
この要素と新しい要素の間の親要素内の位置を返します。
'宣言 Public Overloads Function Split( _ ByVal offset As System.Integer _ ) As C1TextPointer
public C1TextPointer Split( System.int offset )
例外 | 解説 |
---|---|
System.InvalidOperationException | この要素には親がありません。 |