Rows Property (JTextArea)

Class

JTextArea.

Action

Gets the number of rows in the text area. The value is zero-based.

Syntax

'Declaration
Protected Read Property Rows As Integer

Access

Read only.

Examples

Dim rows As Integer = textArea.Rows