Method |
Description |
---|
AcDbTable::copyFrom (AcDbLinkedTableData*, AcDb::TableCopyOption) |
Copies content and format from source table. The table copy options can be passed to specify what to copy.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::copyFrom (AcDbLinkedTableData*, AcDb::TableCopyOption, AcCellRange&, AcCellRange&, AcCellRange*) |
Copies content and format from source table. The table copy options can be passed to specify what to copy. The source and target range can be specified. If the source and target range does not match then it is copied to a new range depending on the table option value.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::copyFrom (AcDbTable*, AcDb::TableCopyOption, AcCellRange&, AcCellRange&, AcCellRange*) |
Copies content and format from source table. The table copy options can be passed to specify what to copy. The source and target range can be specified. If the source and target range does not match then it is copied to a new range depending on the table option value.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |