ActiveReports 12
ContainsKey Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : ContainsKey Method
The key to locate in the Dictionary.
Determines whether the Dictionary contains the specified key.
Syntax
'Declaration
 
Public Function ContainsKey( _
   ByVal key As Integer _
) As Boolean
public bool ContainsKey( 
   int key
)

Parameters

key
The key to locate in the Dictionary.

Return Value

true if the Dictionary contains an element with the specified key; otherwise, false.
Exceptions
ExceptionDescription
key is null.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members