Description
Returns or 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 get RowHeightExact for.
Returns
Aboolean
that represents if the specified row's height is "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