ConfigurationParameterColumn.getCellByRowName Method
Parent Object:
ConfigurationParameterColumnDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationParameterColumn.h>
Description
Gets the cell in this column at the row specified by its name.
Syntax
"configurationParameterColumn_var" is a variable referencing a ConfigurationParameterColumn object.returnValue = configurationParameterColumn_var.getCellByRowName(rowName)
|
"configurationParameterColumn_var" is a variable referencing a ConfigurationParameterColumn object.
#include <Fusion/Configurations/ConfigurationParameterColumn.h>
returnValue = configurationParameterColumn_var->getCellByRowName(rowName);
|
Return Value
Parameters
rowName |
string |
The name of the row to return the cell for. |
Version
Introduced in version January 2024