CanFocus Property (Column)
Gets or sets whether the user can set focus to the cell using the keyboard or mouse for cells in this column.
public bool CanFocus {get; set;}
'Declaration
Public Property CanFocus As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
instance.CanFocus = value
value = instance.CanFocus