EbsOpen Class Library for EBSILON®Professional

UserCharlineTypes.Insert Method 

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

Remarks

inserts a new item and returns it

See Also

UserCharlineTypes Class | EbsOpen Namespace