how do I repeat heading row in a word table by code

J

Jean-Guy Marcil

Personally, I find it insulting when someone does not take the time to write
a real message but just uses the subject line....
 
C

carrot

HI, i found the solution in vb
table.Rows(1).HeadingFormat = True

but i can't apply it in C#
table.Rows[1].HeadingFormat = 1;

it will prompt error in parameter.

Can anybody help?
 
Top