Gets or sets the row count.

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

Syntax

C#
public int RowCount { get; private set; }
Visual Basic
Public Property RowCount As Integer
	Get
	Private Set

Field Value

The row count.

See Also