Larry Evans wrote:

Also, although it's not a typo, on p. 6 there's:

 all addressing is in row,col form

however, in all spreadsheets, the addressing is in col,row form.
For example:

 B3

That's not strictly true. In Excel VBA the adressing is
object.cells(RowIndex, ColumnIndex).
John W

_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to