EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOfficeOpenXMLDefaultList.Insert

TElOfficeOpenXMLDefaultList     See also    


 

Inserts an item to the list.

 
 

Declaration

[C#]
    void Insert(int Index, TElOfficeOpenXMLDefault ADefault);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal ADefault As TElOfficeOpenXMLDefault)

[Pascal]
    procedure Insert(Index : integer; ADefault : TElOfficeOpenXMLDefault);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - specifies position in the list in which new item should be placed
  • ADefault - the item to be added
 
 

Description

    Use this method to insert an item to the list.

 
 

See also:     Add     Clear     Delete     DefaultItems    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation