ConfigurationInsertStandardDesignColumn.getCell 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 specified row. The first row has an index of 0 and does not include the header row.
Syntax
"configurationInsertStandardDesignColumn_var" is a variable referencing a ConfigurationInsertStandardDesignColumn object.returnValue = configurationInsertStandardDesignColumn_var.getCell(rowIndex)
|
"configurationInsertStandardDesignColumn_var" is a variable referencing a ConfigurationInsertStandardDesignColumn object.
#include <Fusion/Configurations/ConfigurationInsertStandardDesignColumn.h>
returnValue = configurationInsertStandardDesignColumn_var->getCell(rowIndex);
|
Return Value
Parameters
rowIndex |
uinteger |
The index of the row to return the cell for. The first row has an index of 0. |
Version
Introduced in version September 2025