FlexReport for WinForms
AddText メソッド (C1TextLayout)


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1TextLayout クラス : AddText メソッド
The text.
The format of the text.
Adds formatted range of the text to the text layout.
シンタックス
'宣言
 
Public Function AddText( _
   ByVal text As System.String, _
   ByVal format As IC1TextFormat _
) As C1TextLayoutRange
'使用法
 
Dim instance As C1TextLayout
Dim text As System.String
Dim format As IC1TextFormat
Dim value As C1TextLayoutRange
 
value = instance.AddText(text, format)
public C1TextLayoutRange AddText( 
   System.string text,
   IC1TextFormat format
)

パラメータ

text
The text.
format
The format of the text.

戻り値の型

The C1TextLayoutRange defining the text range.
参照

参照

C1TextLayout クラス
C1TextLayout メンバ