Gets and sets the row to use from the referenced table.
# Get the value of the property.propertyValue = configurationThemeCell_var.referencedTableRow# Set the value of the property.configurationThemeCell_var.referencedTableRow = propertyValue
#include <Fusion/Configurations/ConfigurationThemeCell.h>// Get the value of the property.Ptr<ConfigurationRow> propertyValue = configurationThemeCell_var->referencedTableRow();// Set the value of the property, where value_var is a ConfigurationRow.bool returnValue = configurationThemeCell_var->referencedTableRow(value_var);