Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setCellStyle Method
Syntax
C++
void setCellStyle(OdInt32 row, OdInt32 col, const OdString& sCellStyle);

Sets the cell style. Use a valid row index and pass the column index '-1' to set the style for the row. Use a valid column index and pass the row index '-1' to set the style for the column. 

 

Parameters
Description
row
[in] Row index of the cell.
col
[in] Column index of the cell.
sCellStyle
[in] Cell style.

Method generates the eInvalidInput exception when the input row number and column number are less than 0 or greater than the table size.

Copyright © 2002-2022. Open Design Alliance All rights reserved.