Hi,
I have report template with multiple sheets and each sheet has multiple tables in it.
I want to control the height of rows in each table. The row height are relative to height of rows in other tables. Now I need to change it manually for every report and for every table which has multiple rows in it.
The value of row height changes with respect to report. How it can be managed in better way?. How row height can be made as variable (x).
Value of "x" varies with report, x = 2 , x = 2.5, x = 1.5 etc
Sheet 1
|
|
|
Rows in Table 1
|
Row height = x
|
|
Rows in Table 2
|
1.5 x
|
|
Rows in Table 3
|
1.2 x
|
|
Rows in Table 4
|
x
|
|
Sheet 2
|
|
|
Rows in Table 1
|
Row height = 2x
|
|
Rows in Table 2
|
2.5 x
|
|
Rows in Table 3
|
x
|
|
Thanks in advance.
Durai