https://bugs.documentfoundation.org/show_bug.cgi?id=116936

--- Comment #7 from Lionel Elie Mamane <lio...@mamane.lu> ---
For column, the interface is
css::sdb::XColumnUpdate
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sdb_1_1XColumnUpdate.html#a9e6ad31e91c912e9f1dfa7480d9e312a

Basically, the same thing as in css:sdbc::XRowUpdate, except that it is called
on a column, so the columnIndex argument is not there, since the object itself
it is called on (the column!) says what column that is. One way to implement it
is to just call the XRowUpdate interface with the column number filled in,
passing the value along.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to