Description
Sets a boolean
that represents if the row height is "exact" (true) or "at least" (false).
C#
vb.net
Parameters
row
Anint
representing the row index to set RowHeightExact for.
exact
Aboolean
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