Accusoft.NotateXpress13.Net
Item Property (GroupCollection)




A zero-based value which determines the location a group is within a group collection.
Gets and sets the given group within the group collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Group
'Usage
 
Dim instance As GroupCollection
Dim index As Integer
Dim value As Group
 
instance.Item(index) = value
 
value = instance.Item(index)
public Group this[ 
   int index
]; {get; set;}
public: __property Group* get_Item   int index
;
public: __property void set_Item   int index,
   Group* value
;
public:
property Group^ default [int] {
   Group^ get(int index);
   void set (int indexGroup^ value);
}

Parameters

index
A zero-based value which determines the location a group is within a group collection.

Property Value

The Group located at the given index within the group collection.
Remarks

Note: VB.NET uses the item. myCollection.Item(1)

Note: C# .NET uses it differently - myCollection[1].

See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback