Assigns (copies) properties from another TableCell to the current object. The Row and Col properties are not copied. A "deep" copy of the RenderObject is made, i.e. a copy of the RenderObject is created and assigned to the newly created cell's RenderObject property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void AssignFrom(
	TableCell source
)
Visual Basic
Public Sub AssignFrom ( _
	source As TableCell _
)

Parameters

source
Type: C1.C1Preview..::..TableCell
The source object to copy properties from.

See Also