Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTable::getTextField Method
Syntax
C++
void getTextField(const OdUInt32 row, const OdUInt32 column, OdTextFieldPtr& text_field) const;

Returns a text field contained in a specified table cell. The table cell is addressed through row and column index. The method fills a passed smart pointer with a pointer to the text field object and returns it to a calling subroutine. 

 

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.
text_field
[out] A placeholder for a smart pointer to the text field object.

Returns a smart pointer to the text field contained in the table cell. If the cell does not contain a text field, a null pointer is returned.

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