如图,我想excel表中单击行头就是选中该行,可是我的demo中单击行头 是把前面的也选中了,而我在官网下的demo,是正常的,这个貌似不是自己实现的吧,好像是控件自带功能,怎么改,
不知道怎么写 ,看官网的demo 里面有设计关于选中行的样式也没效果,我想选中是一行 而不是把上面的也选中了
if (this.gcSpreadSheet1 != null) { this.gcSpreadSheet1.ActiveSheet.SelectionPolicy = (SelectionPolicy)1;//控制选中颜色 this.gcSpreadSheet1.ActiveSheet.SelectionUnit = (SelectionUnit)0;//控制选中样式 }