Excel Client:DrillElement: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
==Example == | ==Example == | ||
<span {{CoPFormel}}>DrillElement( | <span {{CoPFormel}}>DrillElement("Produkte";"Rennräder";"RowDim";"Close")</span> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Excel_Client_Formulas|DrillElement]] | [[Category:Excel_Client_Formulas|DrillElement]] | ||
[[de:Excel_Client:DrillElement]] | [[de:Excel_Client:DrillElement]] | ||
Latest revision as of 14:57, 15 April 2014
Function
DrillElement(DimensionName, ElementName, OnAxe, Open)
This function allows the dimension to be opened or closed by double-clicking on the cell.
| Parameter | Description |
| DimensionName | The name of the dimension. |
| ElementName | The element that must be opened or closed. |
| OnAxe | The axis on which the element is located (distinction between open/close, down/up, left/right).
|
| Open | Indicates whether the element is opened or closed.
|
Example
DrillElement("Produkte";"Rennräder";"RowDim";"Close")