Excel Client:ElemChildCount: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==ElemChildCount(Dimension, StartElement)==
==[[Excel_Client:Functions_(Formulas)|Function]]==
 
<span {{CoPFormel}}>ElemChildCount(Dimension, StartElement)</span>


This [[Excel_Client:Functions_(Formulas)|function]] returns the number of ChildElements contained within the element StartElement.  
This [[Excel_Client:Functions_(Formulas)|function]] returns the number of ChildElements contained within the element StartElement.  


===Parameter===
{| class="wikitable" width={{{breite|80%}}}
 
|- {{Tabellentitel}}
{| class="wikitable" width="50%"
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension
|The dimension to which the operation applies.
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''StartElement '''
|StartElement
|The element for whom the number of ChildElements is sought.  
|The element for whom the number of ChildElements is sought.  
|}
|}


 
==Example ==
===Example ===
<span {{CoPFormel}}>ElemChildCount("Zeit";"2005") </span><br>
 
returns 12
{| class="wikitable" width="50%"
|- {{Tabellentitel}}  
|width="200pt" |Function 
|Result
|-
|ElemChildCount(„Zeit“;“2005“)  
|12
|}
 


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemChildCount]]
[[Category:Excel_Client_Formulas|ElemChildCount]]
[[de:Excel_Client:ElemChildCount]]
[[de:Excel_Client:ElemChildCount]]

Latest revision as of 16:47, 15 April 2014

Function

ElemChildCount(Dimension, StartElement)

This function returns the number of ChildElements contained within the element StartElement.

Parameter Description
Dimension The dimension to which the operation applies.
StartElement The element for whom the number of ChildElements is sought.

Example

ElemChildCount("Zeit";"2005")
returns 12