Gets the height of the rows inside this range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public Nullable<C1Length> TableRowHeight { get; set; }
Visual Basic
Public Property TableRowHeight As Nullable(Of C1Length)
	Get
	Set

See Also