'Usage Dim instance As SortedColumnList Dim column As Column Dim value As Boolean value = instance.Contains(column)
Parameters
- column
- A reference to the Xceed.Grid.Column object to locate.
Return Value
true if the column exists in the list; false otherwise.