PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableCell Class / AssignFrom Method

In This Topic
    AssignFrom Method (TableCell)
    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.
    Overload List
    OverloadDescription
    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.  
    See Also