RowState

Sets the state of the specified item.

bool  RowState(
   const int   index,      // item index
   const bool  select      // state
   )

Parameters

index

[in]  Item index to change.

select

[in]  New state.

Return Value

true - successful, otherwise - false.