Table.SetContentColorByRowColumn is this node functionality available in latest version of dynamo for civil 3D 2025?
I am unable to find it. If its not available, can anyone help me with node combination information or python script to attain the same functionality?? I am attaching an image with this post too. I would really appreciate any kind of help. Thank you.
Hi @shagun_tandon,
You can create a cell style with whatever formatting you want, then use the Table.SetCellStyle node to apply it.
The color of column is not being changed as it requires string input but I want to use color palette. to do the same. Also I am adding list of tables, row, columns but this node works for a single thing. Earlier this problem was not there but I am facing this recently. I would be highly obliged if you help me with same.
error - Node Name: Table.SetCellStyle
Original Node Name: Table.SetCellStyle
Package: AutoCADNodes.Autodesk.AutoCAD.DynamoNodes.Table.Actions
Dynamo Version: 3.3.0.6316
Host: Dynamo Civil 3D
Messages: Table.SetCellStyle には引数タイプ(Autodesk.AutoCAD.DynamoNodes.Table, int, int, string)が必要ですが、(Autodesk.AutoCAD.DynamoNodes.Table, int, int, DSCore.Color)で呼び出されました。href=NonOverloadMethodResolutionError.html
State: Warning
Correct, the purpose of this node is to assign a pre-defined style to a cell. It does not override specific properties for the cell content.
For example, you can define a new cell style that contains all the formatting options that you want (color, text height, font, etc.).
Then you can use the Table.SetCellStyle node to apply that style to the desired cells. The cellStyle input would be a string with the name of your cell style.
There is an easy way to apply a cell style to multiple cells. If you input a -1 for the row/column index, it will apply it to the entire row/column. In the example below, “My Cell Style” would be applied to every cell in row 2.
I am realizing that this behavior is undocumented, so you wouldn’t know about it ![]()
We will work on improving that.
Thank you so much for your kind response, I was able to correct my graph again.
![]()



