| View previous topic :: View next topic |
| Author |
Message |
rharris51 Newbie

Joined: 22 Feb 2005 Posts: 1
|
Posted: Tue Feb 22, 2005 1:02 pm Post subject: Cell address range in Basic function |
|
|
I'm trying to determine exactly what kind of object is being passed when you pass an array of cells into a Basic function under OpenOffice Calc.
For example, if you were to write a function call like this:
=crossproduct(A1:C1;A2:C2)
and if the function header looked like this
function crossproduct (vec1 as object, vec2 as object) As Variant
What kind of objects would vec1 and vec2 be? |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Tue Feb 22, 2005 4:25 pm Post subject: |
|
|
I suppose it would be :: com :: sun :: star :: table :: XCellRange objects.
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3618 Location: Columbus, Ohio, USA
|
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
|