API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > copyFrom Method > OdDbTable::copyFrom Method (OdDbLinkedTableData*, OdDb::TableCopyOption, OdCellRange&, OdCellRange&, OdCellRange*)
OdDbTable::copyFrom Method (OdDbLinkedTableData*, OdDb::TableCopyOption, OdCellRange&, OdCellRange&, OdCellRange*)
Syntax
C++
void copyFrom(const OdDbLinkedTableData* pSrc, OdDb::TableCopyOption nOption, const OdCellRange& srcRange, const OdCellRange& targetRange, OdCellRange* pNewTargetRangeOut);
Parameters 
Description 
const OdDbLinkedTableData* pSrc 
[in] Source table.  
OdDb::TableCopyOption nOption 
[in] Copy option.  
const OdCellRange& srcRange 
[in] Source cell range.  
const OdCellRange& targetRange 
[in] Target cell range.  
OdCellRange* pNewTargetRangeOut 
[out] Target cell range. 

Copies the content and format from the source linked table data object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.