ConfigurationPlasticRuleTable.getCell Method

Parent Object: ConfigurationPlasticRuleTable
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationPlasticRuleTable.h>

Description

Returns the cell at the specified row and column.

Syntax

"configurationPlasticRuleTable_var" is a variable referencing a ConfigurationPlasticRuleTable object.
returnValue = configurationPlasticRuleTable_var.getCell(column, row)
"configurationPlasticRuleTable_var" is a variable referencing a ConfigurationPlasticRuleTable object.

#include <Fusion/Configurations/ConfigurationPlasticRuleTable.h>

returnValue = configurationPlasticRuleTable_var->getCell(column, row);

Parameters

Name Type Description
column uinteger The index of the column the cell is in. An index of 0 is the first column and does not include the name column.
row uinteger The index of the row the cell is in. An index of 0 is the first row and does not include the header row.

Version

Introduced in version January 2024