property Grid.SelectColumnIndex as Long
Retrieves or sets a value that indicates the index of the selected column, if the FullRowSelect property is False.

TypeDescription
Long A long expression that indicates the index of selected column.

The property has effect only if the FullRowSelect property is False. Use the SelectedItem property to determine the selected items. Use the SelectColumnInner property to get the index of the inner cell that's selected or focused. Use the SplitCell property to split a cell. Use the SelectableItem property to specify the user can select an item.