EbsOpen Class Library for EBSILON®Professional

EbsMatrix.setValueString Method 

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

See Also

EbsMatrix Class | EbsOpen Namespace