Initializing help system before first use

GetAsString Method (Int32)

Get the cell content associated to the given index (1 dim. array of strings).

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public string GetAsString(
	int ndx
)

Parameters

ndx
Type:  SystemInt32
Array index

Return Value

Type:  String
Cell associated to the given index
Exceptions
Exception Condition
XPRMException If this is not a one-dimensional array of strings
See Also