API Reference > OdDb Classes > OdDbTableContent Class
OdDbTableContent Class
OdDbTableContentOdDbTableContentOdDbTableContentOdDbTableContentOdDbTableContentOdDbTableContent
Syntax
C++
class OdDbTableContent : public OdDbFormattedTableData;

DbTableContent.h

Work-in-progress. This class represents TableContent objects in an OdDbDatabase instance.

TD_Db 

 

 
Name 
Description 
 
This is OdDbTableContent, a member of class OdDbTableContent. 
 
Name 
Description 
 
Returns the cell style as an OdString value. Use a valid row index and pass column index -1 to get the style for a row. Use a valid column index and pass row index -1 to get the style for a column.
 
 
Returns the width of the specified column.
 
 
OdDbObject override. 
 
OdDbObject override. 
 
OdDbObject override. 
 
OdDbObject override. 
 
This is ODDB_DECLARE_MEMBERS, a member of class OdDbTableContent. 
 
Returns the height of the specified row.
 
 
Sets the cell style. Use a valid row index and pass column index -1 to set the style for a row. Use a valid column index and pass row index -1 to set the style for a column.
 
 
Sets the width of the specified column.
 
 
Sets the height of the specified row.
 
 
Sets the object ID of the OdDbTableStyle.
 
 
Returns the object ID of the OdDbTableStyle. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.