Columns Property (AWTTextArea)

Class

AWTTextArea.

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