ActiveReports 12
Add Method (InteractiveSortState)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : Add Method
The key of the element to add.
The value of the element to add. The value can be null for reference types.
Adds the specified key and value to the dictionary.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal key As Integer, _
   ByVal value() As InteractiveSort _
) 
public void Add( 
   int key,
   InteractiveSort[] value
)

Parameters

key
The key of the element to add.
value
The value of the element to add. The value can be null for reference types.
Exceptions
ExceptionDescription
key is null.
An element with the same key already exists in the Dictionary.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members