ITabSelection.Style

Syntax

Style: TabSelectionStyle;

Description

The Style property determines the table cells selection style.

Example

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:

ITabSelection