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