SelectColumnsRange(Int32,Int32) Method
Selects a range of columns by column indexes.

C# Syntax

void SelectColumnsRange( 
   int fromColumn,
   int toColumn
)

Parameters

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