Excel Client:ElemChildName: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemChildName(Dimension, StartElement, Index) == This returns the ChildElement of the element StartElement at the position Index. The value of -1 is returned if the element is…' |
No edit summary |
||
| Line 32: | Line 32: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category: | [[Category:Excel_Client_Formulas|ElemChildName]] | ||
[[de:Excel_Client:ElemChildName]] | [[de:Excel_Client:ElemChildName]] | ||
Revision as of 16:49, 6 May 2010
ElemChildName(Dimension, StartElement, Index)
This returns the ChildElement of the element StartElement at the position Index. The value of -1 is returned if the element is not found, if the dimension does not contain the element StartElement, or if there is no element at the position Index.
Parameter
| Dimension | The dimension to which the operation applies. |
| StartElement | The parent element of the required element. |
| Index | The position of the required element. |
Example
| Function | Result |
| ElemChildName(„Zeit“;“2005“,5) | MAY 2005 |