バージョン

OffsetBy メソッド

Offset がこのスパンの Offset である 新しい DocumentSpan を返します。
シンタックス
'宣言
 
Public Function OffsetBy( _
   ByVal delta As Integer _
) As DocumentSpan
public DocumentSpan OffsetBy( 
   int delta
)

パラメータ

delta
オフセットの量。

戻り値の型

新しい DocumentSpan オブジェクト。
参照