Difference between revisions of "XL3GridMember"

Line 1: Line 1:
Returns the member uniquename for the specified grid cell
+
Returns the member uniquename for the specified grid cell.
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
  
 
==Parameters==
 
==Parameters==
 +
The parameters can take one of two forms:
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
! Parameter
 
! Parameter
Line 12: Line 14:
 
| {{Code|Grid cell location}}
 
| {{Code|Grid cell location}}
 
|Shows member uniquename for grid cell
 
|Shows member uniquename for grid cell
 +
|}
 +
 +
or
 +
 +
{| class="wikitable"
 +
! Parameter
 +
! Description
 +
|-
 +
| {{Code|Grid name}}
 +
|Name of the grid to get the member for
 +
|-
 +
| {{Code|Axis}}
 +
|1 for Columns, 2 for Rows
 +
|-
 +
| {{Code|Dimension}}
 +
|Dimension on the axis to look at, 1-based.
 +
|-
 +
| {{Code|Member Index}}
 +
|Member index to look at, 1-based.
 
|}
 
|}
  

Revision as of 13:09, 21 May 2013

Returns the member uniquename for the specified grid cell.

Syntax

XL3GridMember( )

Parameters

The parameters can take one of two forms:

Parameter Description
Grid cell location Shows member uniquename for grid cell

or

Parameter Description
Grid name Name of the grid to get the member for
Axis 1 for Columns, 2 for Rows
Dimension Dimension on the axis to look at, 1-based.
Member Index Member index to look at, 1-based.

See Also