ここで、ルールをもう 1 つ追加します。この規則により、マニホルド ブロックの iProperty の一部が更新されます。
標準コンポーネントでは、埋め込まれたスプレッドシートの部品番号を参照できます。次に、model_code セルの値を使用して、パーツの[部品番号]プロパティを設定します。iProperties.Value 関数を使用します。この関数は[スニペット]領域の[iProperty]ノードで使用できます。
If component_type = "standard" Then i = GoExcel.FindRow("3rd Party:Embedding 1", "Sheet1", "port_size", "=", port_a_size) iProperties.Value("Project", "Part Number") = GoExcel.CurrentRowValue("model_code")
Else iProperties.Value("Project", "Part Number") = "HomeMade" End If
ルールが完成しました。