PrintDocument for WinForms
Text プロパティ (TableCell)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : Text プロパティ
セル内のテキストを取得または設定します。
シンタックス
'宣言
 
Public Property Text As System.String
'使用法
 
Dim instance As TableCell
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
解説

セルに RenderText オブジェクトが含まれない場合は、string.Empty が返されます。

参照

TableCell クラス
TableCell メンバ
RenderObject プロパティ
Image プロパティ
Area プロパティ