GetAsString Method (Int32, Int32[])
  Get the cell content associated to the given index (array of strings) 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public string GetAsString( int ndx1, params int[] ndx2p )
Parameters
- ndx1
- 
   Type: 
   SystemInt32
   
 The first tuple of the array cell index
- ndx2p
- 
   Type: 
   
   SystemInt32
   
   
 The remainder of the array cell index
Return Value
Type: StringCell associated to the given index
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| XPRMException | If the incorrect number of array index tuples is given, or if this is not an array of strings | 
 Examples
Examples
 strings val = MyXPRMArray.GetAsString(4, 3, 2, 1);
 See Also
See Also
 
