ActiveReports 12
Remove Method (InteractiveSortState)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : Remove Method
The key of the element to remove.
Removes the value with the specified key from the Dictionary.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal key As Integer _
) As Boolean
public bool Remove( 
   int key
)

Parameters

key
The key of the element to remove.

Return Value

true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the Dictionary.
Exceptions
ExceptionDescription
key is null.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members