ActiveReports 12
Item Property (InteractiveSortState)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : Item Property
The key of the value to get or set.
Gets or sets the value associated with the specified key.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal key As Integer _
) As InteractiveSort()
public InteractiveSort[] this[ 
   int key
]; {get; set;}

Parameters

key
The key of the value to get or set.

Property Value

The value associated with the specified key. If the specified key is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.
Exceptions
ExceptionDescription
key is null.
The property is retrieved and key does not exist in the collection.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members