cancel
Showing results for 
Search instead for 
Did you mean: 

Table row number

Former Member
0 Kudos

Hi all,

I'm trying to set the row number of the table in the navigation toolbar. The one that says "Line x of y". I'm trying to set the x, is this achievable through code?

Thanks for any help,

GC

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

One possible way is to declare a context att of type integer and map it to the firstvisiblerow of the table property.

Set the visibility of the row that u need like below mentioned code.

wdcontext.currentcontextElement.set<attName>(4);

Now the value will be 4 in the navigation toolbar.

Hope it helps,

Regards,

Nagarajan.

Answers (0)