Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTable::setButton Method
Syntax
C++
void setButton(const OdUInt32 row, const OdUInt32 column, const OdButtonPtr& button);

Sets a button for a specified table cell. The table cell is addressed through row and column indices. 

 

Parameters
Description
row
[in] A table row index. Can accept values from 0 to the table row quantity - 1.
column
[in] A table column index. Can accept values from 0 to the table column quantity - 1.
button
[in] A smart pointer to an OdButton object that should be added.
Copyright © 2002-2022. Open Design Alliance All rights reserved.