Hi everyone...
I know that in order to apply a style to a specific row I can do a expression like this: "Line == 1"... but what if I want a style for the last row (and I do not know the number of rows for that table)? something like Line == table.rows.count - 1... :dreamer:
Thanks in advice... :byebye:
Apply Style to the last Line (last row) of a table
Apply Style to the last Line (last row) of a table
Hello,
You can use the following expression in condition:
Thank you.
You can use the following expression in condition:
Code: Select all
Line == DataSource.Count