C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCell Class / AssignFrom Method
The source object to copy properties from.

In This Topic
AssignFrom Method (TableCell)
In This Topic
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.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As TableCell _
) 
 

Parameters

source
The source object to copy properties from.
See Also