EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOfficeOpenXMLDefaultList.DefaultItems

TElOfficeOpenXMLDefaultList     See also    


 

Provides access to individual elements of the list.

 
 

Declaration

[C#]
    TElOfficeOpenXMLDefault DefaultItems[int Index];

[VB.NET]
    Property DefaultItems(ByVal Index As Integer) As TElOfficeOpenXMLDefault

[Pascal]
    property DefaultItems[Index : integer] : TElOfficeOpenXMLDefault;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property to get the desired item from the list.

 
 

See also:     Count     Add     Clear     Delete     Insert    

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