RowState

设置指定行的状态。

bool  RowState(
   const int   index      // 索引
   const bool  select     // 状态
   )

参数

index

[输入]  行索引。

select

[输入]  行状态。

返回值

true 如果成功, 否则 false。