Specifically, I was looking at the Rows.HeadingFormat Property
Property Value
Int32
Remarks
This property returns true if the specified row or rows are formatted as a table heading, and false if not.
Rows formatted as table headings are repeated when a table spans more than one page.
This values this property can be set to are True, False and wdUndefined.
I had incorrectly assumed that 1 was true and 0 was false until I found the answer in a different thread. Why is -1 evaluated as true? and How are you supposed to know that/figure it out?
I googled around to see if that was a common convention, but I wasn't turning up any useful results.
Thanks!