GetAsString Method (Int32[])
  Get the cell content associated to the given index (array of strings) 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0
 Syntax
Syntax
    C#
   
  public virtual string GetAsString( int[] ndx )
Parameters
- ndx
- 
   Type: 
   
   SystemInt32
   
   
 The array index
Return Value
Type: StringCell associated to the given index
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| XPRMException | If the number of array indices is wrong, or this is not an array of strings. | 
 See Also
See Also
 
