Share via


Visual InterDev

       

Returns the number of columns in a Textbox object for determining the width.

Syntax

object.getColumnCount()

Parameters

Object

A script object.

Remarks

The number of columns in a Textbox object determines the width, in characters, of the text box on the client. The number of columns is equivalent to the COLS attribute.

To set the number of columns, use the setColumnCount method.