| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
used to select different result types of cell formulas. More...
| Variables | |
| const long | VALUE = 1 | 
| selects numeric results. | |
| const long | STRING = 2 | 
| selects non-numeric results. | |
| const long | ERROR = 4 | 
| selects errors. | |
used to select different result types of cell formulas.
| const long ERROR = 4 | 
selects errors.
| const long STRING = 2 | 
selects non-numeric results.
| const long VALUE = 1 | 
selects numeric results.