Row Property

The column and row properties specify the first character position of the field on the host screen presentation space to which the control corresponds. Read-only.

object.Row = [integer]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and integer is the control's first character position.

Client support

   Newlook Smartclient

   Newlook Server

Use

The Column and Row properties are read-only at design-time and run-time, they are static and do not change when you move, hide, clear or resize controls in Designer.

TIP!

Only controls generated from an underlying host form, in other words controls that correspond to application fields, have values for these properties. Inserted controls will always have a row and column value of 0.

Settings

The Column and Row properties have the following predefined ranges:

Host screen size

Description

24x80

The Column property is always in the range 1 to 80 and the Row property is always in the range 1 to 24.

27x132

The Column property is always in the range 1 to 132 and the Row property is always in the range 1 to 27.

See Also

Type property | Column property

Applies To

Check box control

Combo box control

Command button control

Data control

Datagrid control

Datagrid column object

Date combo box control

Frame control

GoogleBarChart control

GoogleMap control

GooglePieChart control

HTML control

IFrame control

ImageList control

Label control

ListBox control

ListView control

Menu button control

NumericCombo control

Option button control

Panel control

PictureBox control

ProgressBar control

Row object

ScrollBar control

SmartNav control

Tab control

Text box control

TrackBar control

TreeView control

UpDown control


© 2004-2021 looksoftware. All rights reserved.