how to select multiline? |
Post Reply |
Author | |
juwei
Newbie Joined: 28 January 2008 Location: China Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 28 January 2008 at 8:53pm |
I want to select the first line and the third line at the same time in code. Please tell me how to do?
|
|
fist88226
Newbie Joined: 05 March 2008 Location: Malaysia Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Hi, I'm in the same situation as you. But in this forum there's no solution.
Did you solve this problem? If you solved, I hope your help. Thanks. Regard. |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
wndReport.GetSelectedRows()->Add(wndReport.GetRows()->GetAt(0));
wndReport.GetSelectedRows()->Add(wndReport.GetRows()->GetAt(2));
|
|
juwei
Newbie Joined: 28 January 2008 Location: China Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Thank you, znakeeye |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |