DeselectColumnsRange(Int32,Int32) Method
Unselects a range of columns by column indexes.
Remarks
Important: This method is not supported for SWT tables.

C# Syntax

void DeselectColumnsRange( 
   int fromColumn,
   int toColumn
)

Parameters

fromColumn
0-based index of the first column.
toColumn
0-based index of the last column.