[]
Gets or sets the height of the table row in points.
public float Height { get; set; }
Public Property Height As Single
The meaning of the value is defined based on the value of the HeightRule value for this table row as follows: If the value of HeightRule is Auto, then the table row height should be automatically determined based on the height of its contents. This value is ignored. If the value of HeightRule is AtLeast, then the table row's height should be at least the value of this property. If the value of HeightRule is Exact, then the table row's height should be exactly the value of this property.