Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLDefaultList.Add

TElOfficeOpenXMLDefaultList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;

[C++]
    int32_t Add(TElOfficeOpenXMLDefault &ADefault);
    int32_t Add(TElOfficeOpenXMLDefault *ADefault);

[PHP]
    integer Add(TElOfficeOpenXMLDefault $ADefault)

[Java]
    int add(TElOfficeOpenXMLDefault ADefault);

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    

Discuss this help topic in SecureBlackbox Forum