The requested page is not available for selected version.
DeselectColumn
Syntax
long deselectColumn(int columnIndex)
Description
If the specified column of the table is selected, deselect it.
Parameters
columnIndex
Integer value specifying column index. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..