Description
Sets an int
representing the height of a particular row in the table. A row height is set in twips. One twip = (1/20 pt) or (1/1440 in).
C#
vb.net
Parameters
row
Anint
representing the row index to set the height for.
height
Anint
representing the new height in twips of the specified row. One twip = (1/20 pt) or (1/1440 in).
Remarks
MS Word equivalent: Table menu > Table properties... > Row tab > Size section > Row #: > Specify height:Examples
C#
vb.net