JavaScript Editor js editor     Web development 



Main Page

Specifies the active column in the visible portion of a Grid control. Not available at design time and read-only at run time.

Grid.RelativeColumn[ = nColumn]

Return Value

nColumn


Specifies the active column in a Grid control.

Remarks

Applies To: Grid

Use the RelativeColumn property to determine the relative position of the active column in a grid. For example, if you scroll through a grid so that the first column is no longer visible, but the active column is the first visible column in the grid, RelativeColumn is set to 1. To determine the absolute position of the active column in a grid, use the ActiveColumn property.

See Also



JavaScript Editor js editor     Web development