Close

Relief for ODA Team in Ukraine

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

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. 

 

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

Cell style should be one of the following values: 

 

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