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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : Area プロパティ
Gets the RenderArea contained in the current cell.
シンタックス
'宣言
 
Public ReadOnly Property Area As RenderArea
'使用法
 
Dim instance As TableCell
Dim value As RenderArea
 
value = instance.Area
public RenderArea Area {get;}
解説

Getting this property checks the current value of the TableCell.RenderObject property. If it is a RenderArea, it is returned.

Otherwise, a new RenderArea is created, assigned to TableCell.RenderObject, and returned.

Note that properties from the old TableCell.RenderObject are copied to the newly created RenderArea using the RenderObject.AssignFrom method. In particular, this copies the style from the old object to the new one.

参照

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