Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets a boolean that represents if the row height is "exact" (true) or "at least" (false).

C#
vb.net

Parameters

row
An int representing the row index to set RowHeightExact for.
exact
A boolean that represents if the specified row's height should be "exact" (true) or "at least" (false).

Remarks

MS Word equivalent: Table menu > Table properties... > Row tab > Size section > Row #: > Row height is:

Note: To set this property, you must first set the RowHeight property.

Examples

C#
vb.net
  • No labels