EbsOpen Class Library for EBSILON®Professional

UserEbsMatrixTypes.Insert Method 

[Visual Basic]
Public Function Insert( _ 
   ByVal Index As Integer _ 
) As UserEbsMatrixType
[C#]
public UserEbsMatrixType Insert(
   int Index
);
[C++]
public: UserEbsMatrixType* Insert(
   int Index
);
[JScript]
public function Insert(
   int Index
): UserEbsMatrixType;

Remarks

inserts a new item and returns it

See Also

UserEbsMatrixTypes Class | EbsOpen Namespace