R
r.goncalvs
Is it possible to use a range as a DataSource for databinding in an
actionspane? As far as i've read, a DataSource should be an object, so
i imagine i should create a class for my range object. Is that right?
Can i extend the namedRange class in order to perform this?
Actually, maybe i've got the whole idea wrong. What i actually want to
do, is to create an actionspane with some methods that react depending
on the data available on the namedRange. Eg.: i've got a cell which
receives climate data, and the idea is to trigger some methods
according to the wheather conditions.
I hope this confusing explanation was clear enough to paint a general
idea of what i want to do and the troubles i am into right now.
many thanks.
actionspane? As far as i've read, a DataSource should be an object, so
i imagine i should create a class for my range object. Is that right?
Can i extend the namedRange class in order to perform this?
Actually, maybe i've got the whole idea wrong. What i actually want to
do, is to create an actionspane with some methods that react depending
on the data available on the namedRange. Eg.: i've got a cell which
receives climate data, and the idea is to trigger some methods
according to the wheather conditions.
I hope this confusing explanation was clear enough to paint a general
idea of what i want to do and the troubles i am into right now.
many thanks.