Excel Client:ElemChildCount: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Excel_Client_Formulas|ElemChildCount]] | [[Category:Excel_Client_Formulas|ElemChildCount]] | ||
[[de: | [[de:Excel_Client:ElemChildCount]] | ||
Revision as of 16:53, 6 May 2010
ElemChildCount(Dimension, StartElement)
This returns the number of ChildElements contained within the element StartElement.
Parameter
| Dimension | The dimension to which the operation applies. |
| StartElement | The element for whom the number of ChildElements is sought. |
Example
| Function | Result |
| ElemChildCount(„Zeit“;“2005“) | 12 |