Selects the range of cells between two columns.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function addColumnsRange(start, end);

Parameters

start
Type: C1.Web.UI.Controls.C1GridView..::..C1BaseField
Starting column of the selection.
end
Type: C1.Web.UI.Controls.C1GridView..::..C1BaseField
Ending column of the selection.

Remarks

The result depends upon the chosen selection mode in the grid. For example, if current selection mode does not allow multiple selection, previous selection will be removed.

Columns must be visible, C1Band instances are not allowed.

See Also