Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableContent::cellStyle Method
Syntax
C++
virtual const OdString cellStyle(OdInt32 nRow, OdInt32 nCol) const;

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. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.

Cell style should be one of the following values: 

 

Name
_TITLE
_HEADER
_DATA
Copyright © 2002-2022. Open Design Alliance All rights reserved.