RowSelect: Boolean;
RowSelect: boolean;
The RowSelect property determines whether the entire row is selected, which contains the selected element.
Available values:
True. Default. The row that contains the selected element is selected.
False. Only element text is selected.
The property use is given in the example for IDimensionViewerBase.ShowLines.
See also: