| From: Ron Stanonik (stanonik at Cogsci.ucsd.edu) Date: Tue Jul 15 00:57:08 EDT 2003 |
|
On Mon, 14 Jul 2003, Paul Steckler wrote:
> "Range" is an `indexed' property, as your VB code shows.
> So I think you want
>
> (define r (com-get-property sheet '("Range" "A1")))
Thanks! Yes, Range is a Collection, indexed by a key.
And now I can set the value with
(com-set-property! sheet '("Range" "A1") 2.3)
Did I miss this syntax '("Collection" key) in the documentation?
Thanks again,
Ron
| Posted on the users mailing list. |
|