Style: TabSelectionStyle;
The Style property determines the table cells selection style.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
UiTabSheet1.TabSheet.View.Selection.Style := TabSelectionStyle.ColumnsOnly;
End Sub Button1OnClick;
As a result it will be possible to select only columns.
See also: