EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOfficeOpenXMLDefaultList.Add

TElOfficeOpenXMLDefaultList     See also    


 

Adds items to the list.

 
 

Declaration

[C#]
    int Add(TElOfficeOpenXMLDefault ADefault);

[VB.NET]
    Function Add(ByVal ADefault As TElOfficeOpenXMLDefault) As Integer

[Pascal]
    function Add(ADefault : TElOfficeOpenXMLDefault) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ADefault - the item to be added
 
 

Return value

    Returns the index of the newly added element in the list.

 
 

Description

    Use this method to add items to the list.

 
 

See also:     Clear     Delete     Insert     DefaultItems    

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