Columns Property (JTextArea)

Class

JTextArea.

Action

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

Syntax

'Declaration
Protected Read Property Columns As Integer

Access

Read only.

Examples

Dim columns As Integer = textArea.Columns