Вопрос

I have to check cells and when it is empty show MsgBox or something. So I`m looking for IsNull function or cell.length. Has BASIC some kind of this functions?

Это было полезно?

Решение

In OpenOffice I would use YourCell.String == ""

Другие советы

According to http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Cells_and_Ranges, you can check Cell.Type to see if it is equal to com.sun.star.table.CellContentType.EMPTY.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top