API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::cellType Method
OdDbTable::cellType Method
Syntax
C++
virtual OdDb::CellType cellType(OdUInt32 row, OdUInt32 column) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell. 

Returns the cell type of the specified cell in this table entity. 

 

cellType() returns one of the following: 

 

Name 
Value 
Description 
OdDb::kTextCell 
Text cell type 
OdDb::kBlockCell 
Block cell type 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.