Rows Property (AWTTextArea)

Class

AWTTextArea.

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 = colorsTextArea.Rows