FlexReport for WinForms
GetPositions メソッド (C1DocumentRange)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentRange クラス : GetPositions メソッド
The C1DocumentTextPosition defining start of the range.
The C1DocumentTextPosition defining end of the range.
Returns two C1DocumentTextPosition objects defining the start and end of the range.
シンタックス
'宣言
 
Public MustOverride Sub GetPositions( _
   ByRef start As C1DocumentTextPosition, _
   ByRef end As C1DocumentTextPosition _
) 
'使用法
 
Dim instance As C1DocumentRange
Dim start As C1DocumentTextPosition
Dim end As C1DocumentTextPosition
 
instance.GetPositions(start, end)
public abstract void GetPositions( 
   out C1DocumentTextPosition start,
   out C1DocumentTextPosition end
)

パラメータ

start
The C1DocumentTextPosition defining start of the range.
end
The C1DocumentTextPosition defining end of the range.
参照

参照

C1DocumentRange クラス
C1DocumentRange メンバ