EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOfficeOpenXMLDefaultList.Delete

TElOfficeOpenXMLDefaultList     See also    


 

Deletes an item from the list.

 
 

Declaration

[C#]
    void Delete(int Index);

[VB.NET]
    Sub Delete(ByVal Index As Integer)

[Pascal]
    procedure Delete(Index : integer);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - the index of the item to be deleted. The first item has Index=0, the second has Index=1, and so on.
 
 

Description

    Use this method to remove items from the list.

 
 

See also:     Add     Clear     Insert     DefaultItems    

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