Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns a boolean that represents whether or not Word will use table styles like Word 2002. Word 2002 places the top border of a column under the heading row, rather than above it as Word 2003 does.

Signature
C#
C#
<pre><p>public public boolean UseTableStylesLike2002 { get; set; }</pre>p>
Signature
vb.net
vb.net
<p>Public Property UseTableStylesLike2002() As Boolean</p>

...