PrintDocument for WinForms
AssignFrom(TableCell) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : AssignFrom(TableCell) メソッド
The source object to copy properties from.
Assigns (copies) properties from another TableCell to the current object. The TableCell.Row and TableCell.Col properties are not copied. A "deep" copy of the TableCell.RenderObject is made, i.e. a copy of the TableCell.RenderObject is created and assigned to the newly created cell's TableCell.RenderObject property.
シンタックス
'宣言
 
Public Sub AssignFrom( _
   ByVal source As TableCell _
) 
'使用法
 
Dim instance As TableCell
Dim source As TableCell
 
instance.AssignFrom(source)
public void AssignFrom( 
   TableCell source
)

パラメータ

source
The source object to copy properties from.
参照

TableCell クラス
TableCell メンバ