Accusoft.NotateXpress13.Net
Item Property (GroupElementCollection)




Gets or sets the Element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Element
'Usage
 
Dim instance As GroupElementCollection
Dim index As Integer
Dim value As Element
 
instance.Item(index) = value
 
value = instance.Item(index)
public Element this[ 
   int index
]; {get; set;}
public: __property Element* get_Item   int index
;
public: __property void set_Item   int index,
   Element* value
;
public:
property Element^ default [int] {
   Element^ get(int index);
   void set (int indexElement^ value);
}

Parameters

index

Property Value

An integer value which represents the index which matches the Element.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback