Den sön 16 sep. 2018 kl 22:50 skrev Johnny Rosenberg <gurus.knugum@gmail.com
:
This function seems to work fine:
Public Function GetCell(oSheet As com.sun.star.sheet.XSpreadsheet, _
lRow As Long, _
lCol As Long) As com.sun.star.sheet.XCell
GetCell=oSheet.getCellByPosition(lCol, lRow)
End Function
For instance, this works fine:
Dim oLastDateCell As Object
oLastDateCell=GetCell(oSheet, lLastRow, ColDate)
No errors what so ever.
But, on the other hand, this throws an error:
Dim oLastDateCell As com.sun.star.sheet.XCell
oLastDateCell=GetCell(oSheet, lLastRow, ColDate) ' oSheet and more are
correctly defined someplace else.
Error message:
”BASIC syntax error.
Data type com.sun.star.sheet.XCell is unknown”
So it works as a return type for my GetCell function, but when defining a
variable, it's suddenly unknown? Can someone explain this?
Why I use experimental mode? Because I want to learn how it works plus a
few more reasons that are just as irrelevant.
Kind regards
Johnny Rosenberg
Ok, maybe my bad. I found that the correct type is com.sun.star.table.XCell
for some reason, but one part of my question still remains: Why does
com.sun.star.sheet.XCell work as a return type of a function?
Kind regards
Johnny Rosenberg
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.