API Reference > OdDb Classes > OdDbLinkedTableData Class
OdDbLinkedTableData Class
OdDbLinkedTableDataOdDbLinkedTableDataOdDbLinkedTableDataOdDbLinkedTableData
Syntax
C++
class OdDbLinkedTableData : public OdDbLinkedData;

DbLinkedTableData.h

This class represents LinkedTableData objects in an OdDbDatabase instance. This enables linking to Excel data.

Work in progress!

TD_Db 

 

 
Name 
Description 
 
Default constructor. Creates an object of the OdDbLinkedTableData class. 
 
Name 
Description 
 
Appends the specified number of columns into this linked table object.
 
 
Appends the specified number of rows into this linked table object.
 
 
Checks if rows or columns can be deleted from the specified index.
 
 
Checks if new rows or columns can be inserted into the specified index.
 
 
Returns the state of the cell.
 
 
Clears all data. 
 
This is the overview for the contentType method overload. 
 
This is the overview for the copyFrom method overload. 
 
Creates additional content for the cell.
 
 
This is the overview for the dataFormat method overload. 
 
Deletes the specified number of columns from this linked table object.
 
 
This is the overview for the deleteContent method overload. 
 
Deletes the specified number of rows from this linked table object.
 
 
OdDbObject override. 
 
OdDbObject override. 
 
OdDbObject override. 
 
OdDbObject override. 
 
This is the overview for the getBlockAttributeValue method overload. 
 
This is the overview for the getBlockTableRecordId method overload. 
 
Returns the column name as an OdString value.
 
 
This is the overview for the getCustomData method overload. 
 
This is the overview for the getDataLink method overload. 
 
Returns the data link cell range that includes the specified row and column.
 
 
This is the overview for the getDataType method overload. 
 
Returns the field of the specified content of a cell as an object pointer.
 
 
This is the overview for the getFieldId method overload. 
 
Returns the formula of the specified content of a cell as an object of the OdString class.
 
 
This is the overview for the getIterator method overload. 
 
This is the overview for the getText method overload. 
 
Returns the tooltip of the cell as an OdString value.
 
 
This is the overview for the getValue method overload. 
 
Checks if the cell has a formula in the specified content.
 
 
Inserts the specified number of columns into this linked table object at the specified column index.
 
 
Inserts the specified number of rows into this linked table object at the specified row index.
 
 
Returns the "editing content flag" cell property.
 
 
Checks if a cell is linked to a data source.
 
 
Moves content in a cell from one position to another.
 
 
Returns the number of columns in this linked table object. 
 
Returns the number of contents in the cell.
 
 
Returns the number of rows in this linked table object. 
 
This is the overview for the removeDataLink method overload. 
 
This is the overview for the setBlockAttributeValue method overload. 
 
This is the overview for the setBlockTableRecordId method overload. 
 
Sets the cell state.
 
 
Sets the column name.
 
 
This is the overview for the setCustomData method overload. 
 
This is the overview for the setDataFormat method overload. 
 
This is the overview for the setDataLink method overload. 
 
This is the overview for the setDataType method overload. 
 
This is the overview for the setFieldId method overload. 
 
Sets the formula of the specified content of a cell.
 
 
Sets the size for this linked table object.
 
 
This is the overview for the setText method overload. 
 
Sets the tooltip of the cell.
 
 
This is the overview for the setValue method overload. 
 
This is the overview for the updateDataLink method overload. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.