'宣言 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;}
'宣言 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 が返されます。