AssignFrom(TableCell) Method
In This Topic
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.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As TableCell _
)
public void AssignFrom(
TableCell
)
Parameters
- source
- The source object to copy properties from.
See Also