EbsOpen Class Library for EBSILON®Professional

EbsMatrix.getValueString Method 

[Visual Basic]
Public Function getValueString( _ 
   ByVal IndexX As Integer, _ 
   ByVal IndexY As Integer _ 
) As String
[C#]
public string getValueString(
   int IndexX,
   int IndexY
);
[C++]
public: String* getValueString(
   int IndexX,
   int IndexY
);
[JScript]
public function getValueString(
   int IndexX,
   int IndexY
): String;

See Also

EbsMatrix Class | EbsOpen Namespace