ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-03-30 09:59:20

rajeemcariazo
Member
Registered: 2015-03-30
Posts: 2

Where is the SelectionRangeChanged?

I cannot see the SelectionRangeChanged event on version 0.8.8 which is previously used in version 0.8.5. Was this replaced by another event or am I missing a library?

Offline

#2 2015-03-30 10:56:18

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Where is the SelectionRangeChanged?

You might need to get a worksheet instance firstly:

var sheet = gridControl.CurrentWorksheet;
sheet.SelectionRangeChanged += ...

And about other changes please check this upgrade note: http://reogrid.net/v0.8.8

Last edited by Jingwood (2015-03-30 10:57:42)

Offline

#3 2015-04-01 01:05:10

asparatu
Member
Registered: 2014-08-20
Posts: 196

Re: Where is the SelectionRangeChanged?

If you are using VB.net then

 Private withevents sheet as worksheet
sheet = new gridcontrol.currentworksheet

Offline

Board footer

Powered by FluxBB